scikit-multiflow
scikit-multiflow copied to clipboard
A machine learning package for streaming data in Python. The other ancestor of River.
I'm trying to install scikit-multiflow by following the installation guide on the webpage. I've installed the dependencies but I can't install it using the pip command "pip install -U scikit-multiflow"....
Bumps [numpy](https://github.com/numpy/numpy) from 1.17.3 to 1.22.0. Release notes Sourced from numpy's releases. v1.22.0 NumPy 1.22.0 Release Notes NumPy 1.22.0 is a big release featuring the work of 153 contributors spread...
There are two differences comparing the MOA and scikit-multiflow implementation detected and fixed: 1) When a concept drift is detected, the statistics should be reset. If not, the detector will...
**Is your feature request related to a problem? Please describe.** I have a training dataset of around 1.5m records. I was trying to get `HoeffdingTreeRegressor` to fit it, and it's...
Changelog: (#115) Convert demos to Jupyter Notebooks. - added plot to _test_adwin to display the locations that changes were observed. - uncomment stream instantiation in _test_prequential.py - remove 'performance' as...
**Describe the bug** I have a sample stream containing durations (in seconds), and I have analyzed the change points using the ADWINChangeDetector class from MOA. The reported change points are...
I think you're citing the CUSUM test research paper instead of the Page-Hinkley paper? From my understanding, the Page Hinkley test was developed by Hinkley in 1971: [https://www.jstor.org/stable/2334386](https://www.jstor.org/stable/2334386)
Changes proposed in this pull request: * Implemented Gaussian Hellinger Distance as a split criterion * Added Gaussian Hellinger Distance as a split criterion to EFDT * Added Gaussian Hellinger...
Hey, great job here. What tool was used to create package map?
**Describe the bug** https://github.com/scikit-multiflow/scikit-multiflow/blob/d073a706b5006cba2584761286b7fa17e74e87be/src/skmultiflow/core/base.py#L621-L624 Hi! Here a function `_check_reg_targets` is imported from module `sklearn.metrics.regression`. However the module `sklearn.metrics.regression` has been moved to `sklearn.metrics._regression` since [this PR](https://github.com/scikit-learn/scikit-learn/pull/15306). **To Reproduce** Python will...