fhswf / MLPro-Int-scikit-learn

MLPro: Integration scikit-learn
http://mlpro-int-scikit-learn.readthedocs.io/
Apache License 2.0
1 stars 0 forks source link

OA-Streams-CA: Wrappers for top 5 online cluster analyzers #3

Closed detlefarend closed 2 months ago

detlefarend commented 4 months ago

Description/Motivation Scikit-learn is a very spread and mature ML package. Implementing wrappers for the same CA algorithms as we did for River enables statements of performance, accuracy, and reliability in a direct comparison...

This is motivated by the fact, that the current River implementations of STREAMKMeans, CluStream, DenStream, DBStream don't perform satisfyingly due to unknown reasons. A comparison with scikit-learn algos enables discovering the reasons...

A set of stable top 5 ca algorithms is also a good basis for further studies on ca-based anomaly detection.

Task list

Related issues

...

Cross references ...

Branch oa/cluster_analysis

detlefarend commented 2 months ago

Hi @syamrajsatheesh, I just discarded this issue due to the missing algorithmic base in scikit-learn.