online-ml / river

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

Recursive least squares #1378

Open MaxHalford opened 1 year ago

MaxHalford commented 1 year ago

It seems RLS is a way to reach the same solution as batch linear regression. It's probably more expensive than SGD, but is still interesting.

Resources

slach31 commented 1 month ago

Hello, We are a group of students from the French engineering school IMT Atlantique, currently enrolled in a course that involves contributing to an open-source project. We are particularly interested in contributing to River ML and would like to work on resolving the following issue. Could we kindly request to be assigned to this issue? Have a nice day

MaxHalford commented 1 month ago

Hey @slach31! That sounds great. I just assigned the issue to you :)

slach31 commented 3 weeks ago

Hello, As we near the completion of this task we want to inquire about the location you'd prefer the RLS file to be in the project repository. Have a nice day

MaxHalford commented 2 weeks ago

Hey there. I'm not sure, but I guess this is a linear model, so the linear_model module should be appropriate. What do you think?