A Comprehensive Guide to Ordinary Least Squares (OLS) Regression: Part-1
(Image Source: Pixbay) Introduction Ordinary Least squares is an optimization technique. OLS is the same technique which is used by the scikit-learn LinearRegression class and the numpy.polyfit() function behind the scenes. Before we proceed into the details of the OLS technique, it would be worthwhile going through the article I have written on the role […]
The post A Comprehensive Guide to Ordinary Least Squares (OLS) Regression: Part-1 appeared first on Analytics Vidhya.