reading-notes

Linear Regressions

Simple Linear Regression

Simple linear regression is the simplest case of linear regression with a single independent variable.

linear-reqression

When Do You Need Regression?

Typically, you need regression to answer whether and how some phenomenon influences the other or how several variables are related. For example, you can use it to determine if and to what extent the experience or gender impact salaries.

How to Run Linear Regression in Python