- Python Machine Learning Cookbook(Second Edition)
- Giuseppe Ciaburro Prateek Joshi
- 28字
- 2021-06-24 15:40:35
See also
- Scikit-learn's official documentation of the sklearn.linear_model.LinearRegression() function: https://scikit-learn.org/stable/modules/generated/sklearn.linear_model.LinearRegression.html.
- Regression Analysis with R, Giuseppe Ciaburro, Packt Publishing.
- Linear regression: https://en.wikipedia.org/wiki/Linear_regression.
- Introduction to Linear Regression: http://onlinestatbook.com/2/regression/intro.html.