Early Drift Detection Method
Manuel Baena-Garcia, Jose del Campo- Avila, Raul Fidalgo, Albert Bifet, Ricard Gavalda, and Rafael Morales-Bueno
Code Available — Be the first to reproduce this paper.
ReproduceCode
- github.com/mitre/menelausnone★ 0
Abstract
An emerging problem in Data Streams is the detection of concept drift. This problem is aggravated when the drift is gradual over time. In this work we de¯ne a method for detecting concept drift, even in the case of slow gradual change. It is based on the estimated distribution of the distances between classi¯cation errors. The proposed method can be used with any learning algorithm in two ways: using it as a wrapper of a batch learning algorithm or implementing it inside an incremental and online algorithm. The experimentation results compare our method (EDDM) with a similar one (DDM). Latter uses the error-rate instead of distance-error-rate.