online-ml / river

🌊 Online machine learning in Python
https://riverml.xyz
BSD 3-Clause "New" or "Revised" License
5.07k stars 548 forks source link

Incremental PCA implementation #3

Closed MaxHalford closed 4 years ago

MaxHalford commented 5 years ago

Incremental PCA is already implemented in scikit-learn but seems like it is straightforward to implement. See this paper too.

lbowenwest commented 5 years ago

I'd like to work on this if that's alright

MaxHalford commented 5 years ago

You're on! Feel free to ask questions :). One thing to note is that this new PCA class will be part of a new module called decomposition.

I'm just about to review your PR for AdaBound :). We're also going to be adding a nice of contributors to the README.md to give your help some exposure.

lbowenwest commented 5 years ago

Cheers, yeah will do.

MaxHalford commented 5 years ago

Any progress @lbowenwest? If not I'll do it.

MaxHalford commented 5 years ago

This paper looks quite promising.

MaxHalford commented 4 years ago

Added to the icebox.

microprediction commented 1 month ago

Did this make it in?

gbolmier commented 1 month ago

No, there is some ongoing (or stale?) work in #1509 that apparently requires reviewing time.

microprediction commented 1 month ago

Thx!