scikit-multiflow icon indicating copy to clipboard operation
scikit-multiflow copied to clipboard

concept drift detection in batch incremental learning

Open RafiullahOmar opened this issue 2 years ago • 1 comments

How can concept drift detection be applied to batch incremental learning using scikit-multiflow, and what are the key considerations when dealing with concept drift in a batch incremental learning setting? And I saw this sentence "creme and and scikit-multiflow are merging into a new project called River." Does it mean that in new projects we do not need to use scikit-multiflow?

RafiullahOmar avatar Nov 13 '23 21:11 RafiullahOmar

"How can concept drift detection be applied to batch incremental learning using scikit-multiflow"

Use the sliding window. In scikit-multiflow, you can find KNN implementation in batch; however, for other classifiers, you must implement your own logic.

liviasouza01 avatar May 12 '24 00:05 liviasouza01