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. For example if we are researching how the price of the house will vary if we change the area of the … Continue reading Linear Regression in Python