Simple and Multiple Linear Regression in Python

Adi Bronshtein
Towards Data Science
11 min readMay 8, 2017

--

Quick introduction to linear regression in Python

Hi everyone! After briefly introducing the “Pandas” library as well as the NumPy library, I wanted to provide a quick introduction to building models in Python, and what better place to start than one of the very basic models, linear regression? This will be the first post about machine learning and I plan to write about more complex models in the future. Stay tuned! But for right now, let’s focus on linear regression.

--

--