Linear-Regression-using-sklearn-10-Lines
Linear Regression using sklearn in 10 lines
Linear regression is one of the most popular and fundamental machine learning algorithm. If relationship between two variables are linear we can use Linear regression to predict one variable given that other is known.