ddbourgin / numpy-ml

Machine learning, in numpy
https://numpy-ml.readthedocs.io/
GNU General Public License v3.0
15.26k stars 3.7k forks source link

Multi-sample online least-squares #74

Closed ddbourgin closed 3 years ago

ddbourgin commented 3 years ago

Add functionality to do multi-sample updates in the LinearRegression estimator via the Woodbury matrix identity.