The goal of a machine learning regression problem is to predict a single numeric value. For example, you might want to predict an employee's salary based on age, height, years of experience, and so on ...
Linear regression is the most fundamental machine learning technique to create a model that predicts a single numeric value. One of the three most common techniques to train a linear regression model ...