Regression analysis in supervised learning, uses one or more independent variables to describe the relationship between a dependent (target) and independent (predictor) variables. More specifically, regression analysis enables us to comprehend how, while other independent variables are held constant, the value of the dependent variable changes in relation to an independent variable. It forecasts real, continuous values like temperature, age, salary, and cost, among others.
We can understand the concept of regression analysis using the below example:
Example: Suppose there is a marketing company A, who does various advertisements every year to increase their sales based on that. The below list shows the advertisement made by the company in the last 10 years and the corresponding sales
The company is looking for a sales forecast for this year to plan an Rs. 150000 campaign for 2021. Regression analysis is therefore required in order to handle these kinds of prediction problems in machine learning.
Definition: Regression is a supervised learning method that enables us to predict the continuous output variable based on one or more predictor variables and aids in determining the correlation between variables. It is mostly used for forecasting, time series modeling, prediction, and establishing the causal connection between variables
No comments:
Post a Comment