Skip to content

Concept Drift Detection with DDM #268

Discussion options

You must be logged in to vote

Hi @ngabrek,

Concept drift detectors can detect multiple "drifts/changes" (removing that break line that you mention), but if they occur consecutively, they likely belong to the same concept drift.

Is it possible to continue attempting to detect "other concept drifts" after the initial detection using DDM? Yes, but this will likely be challenging. Due to the inherent nature of DDM [1], it is not intended to be employed for ongoing detection of "other concept drifts" following the initial detection.

[1] https://link.springer.com/chapter/10.1007/978-3-540-28645-5_29

This is reflected in the following example that I have implemented. We examine the outcomes of resetting the detector versus n…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by ngabrek
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants