Learn how to build and evaluate a Linear regression using Python’s Scikit-learn package. — What is regression in machine learning? Regression is a subfield of supervised machine learning. It aims from model to predict the continuous target variable/ dependent variable (Y). Example : salary, price, temperature etc. What is linear regression ? Linear regression is a type of supervised learning algorithm, commonly used for predictive analysis .It is widely used in biological, behavioral and social…