Linear-regression

''' Linear regression is a linear approach for modeling the relationship between a scalar dependent variable y and one or more explanatory variables (or independent variables) denoted X.

Author: Kushal Luitel Project: https://github.com/kushal12345/Linear-regression '''

Runs with python3