Linear Regression – How It Works

View
The mathematical foundations of regression include single- and multi-variate linear regression to polynomial regression. After you watch, you will be able to program a linear regression algorithm on a common dataset using the Scikit Learn library in Python. You will learn how to read the data from CSV files and then use the linear regression library to train the algorithm on the examples and use it to predict the price.


Source: ItZ, https://www.youtube.com/watch?v=tbi0Gil0AII
Creative Commons License This work is licensed under a Creative Commons Attribution 3.0 License.