This introductory chapter explains the ordinary least-squares method and executes it with the main Python frameworks (i.e., Scikit-Learn, Spark MLlib, and H2O). It begins by explaining the underlying concept behind the method.
Exploring the Ordinary Least-Squares Method
The ordinary least-squares method is used with data that has an output feature that is not confined (it’s continuous). This method expects normality and linearity, and there must be an absence of autocorrelation ...