river icon indicating copy to clipboard operation
river copied to clipboard

šŸŒŠ Online machine learning in Python

Results 123 river issues
Sort by recently updated
recently updated
newest added

See [Wikipedia](https://www.wikiwand.com/en/Savitzky%E2%80%93Golay_filter). The winners of the Kaggle Ashrae competition [used it](https://www.kaggle.com/c/ashrae-energy-prediction/discussion/124709). I checked and it can be computed online. `scipy` [has a function](https://docs.scipy.org/doc/scipy/reference/generated/scipy.signal.savgol_coeffs.html) to obtain the convolution coefficients. It seems...

New feature

## Versions **river version**: 0.15.0 **Python version**: 3.10.4 **Operating system**: macOS Ventura 13.2 ## Describe the bug Getting an IndexError when running the DBSTREAM and trying to update the Silhouette...

Bug

http://www.icml-2011.org/papers/198_icmlpaper.pdf

Needs researching

We already have an `MLPRegressor`

New feature

Hi, Why my predict_many output is bool instead of a value using perceptron? Is it possible to change this behavior?

Hi! I want to propose a new feature for DBSTREAM. DBSTREAM uses a protected internal timer (`_time_stamp`) to measure the time between learning steps. There are 2 issues with this...

## Versions **river version**: installed from github **Python version**: 3.11 **Operating system**: Mac OS ## Describe the bug With openai embeddings, Denstream is returning 0 clusters regardless of the set...

Iā€™m running a model using DBStream, and after training on about 100k datapoints, I get 34 Result too large. Iā€™m sure this is something Iā€™m doing wrong and not an...

Performance
Discussion

I'm trying to use the MLPRegressor model to learn a batch (learn_many, pred_many) of dataframes with variable dimensions in the number of rows, however the number of columns is 2...