I worked on Regresission problems for three weeks. I read concepts and learned how to implement linear regression in python by studying Machine learning using a python book from Dinesh Kumar published by Wiley India Pvt Ltd. I built projects and multiple regression models to understand concepts, here in this blog I am sharing all concepts I learned:- Table of contents: Regression fundamentals and concepts The regression equation and coefficients (image) Python implementation (image) Metrics and errors (Image) Optimization and regulation (image) Other points to keep in mind 1) Regression fundamentals and concept > Regression is widely used in business applications such as sales prediction, house price prediction or cost of the patient in a hospital prediction, etc > regression models fit the best line to inputs(X) to predict the output (Y) 2) Regression equation and coefficients > Linear regression model follows very simple equation as shown below ...