stream-learn
stream-learn copied to clipboard
The stream-learn is an open-source Python library for difficult data stream analysis.
I have generated some data with drift (abrupt, gradual, recurrent, and incremental). I want to compare some drift detectors algorithm on each but for that, I need the specific starting...
Hello, At first, I would like to thank for developing this great package. It was nececcary for stream mining research community. I have a problem with "partial_fit" function when using...
A quick and dirty solution would be to inherit from `scikit-learn`'s `BaseEstimator` class. Another option would be to create a base class or a mixin just for `stream-learn`.
Hello, First of all I would like to congratulate you for developing this very nice package! I have a question regarding the files [`strlearn/ensembles/OOB.py`](https://github.com/w4k2/stream-learn/blob/master/strlearn/ensembles/OOB.py) and [`strlearn/ensembles/UOB.py`](https://github.com/w4k2/stream-learn/blob/master/strlearn/ensembles/UOB.py). If we look at...