reading-notes

code fellows reading notes

View on GitHub

Reading-Notes

Code Fellows Python 401

Read: 12 - Linear Regressions

How to Run Linear Regression in Python

linear regression is a linear approach for modelling the relationship between a scalar response and one or more explanatory variables Scikit-learn is a Python module for machine learning. In linear regressions, Y represents the depending variable and X represents the independent variable(s).

Important functions:

Bookmark and Review