Skip to content

Latest commit

 

History

9 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

numpy-ols

Ordinary Least Squares in just NumPy. Follows the Sklearn API.

Usage:

from ols import OLS

clf = OLS(fit_intercept=True)

clf.fit(X,y)

clf.predict(X_test)

clf.summary(feature_names)

About

Ordinary Least Squares in just NumPy

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages