Concept Drift Detection Flashcards
(4 cards)
1
Q
What are the three types of concept drift changes?
A
- Gradual Changes
- Abrupt Changes
- Recurring or cyclical changes
2
Q
What are three drift detection algorithms?
A
- Adaptive Windowing method for concept drift detection (ADWIN)
- Drift Detection Method (DDM)
- Early Drift Detection Method (EDDM)
3
Q
How does ADWIN work?
A
It maintains a window of variable size that adjusts itself in the face of a drift. This means it keeps the most recent data points in the stream and discards the older ones, growing the window when no change is detected and shrinking when it is.
4
Q
How does DDM work?
A
DDM provides equations for comparing error rate and standard deviation to detect when drift is taking place.
if pi + si >= pmin + 2smin -> Warning Zone
if pi + si >= pmin + 3smin -> Change Detected