Implementation of Multivariate Linear Regression Model for Sales Prediction
Aim:
To Implement the multivariate linear regression model for predicting the sales.
Theory:
Multivariate Regression is a supervised machine learning algorithm involving multiple data variables for analysis. A Multivariate regression is an extension of multiple regression with one dependent variable and multiple independent variables. Based on the number of independent variables, we try to predict the output.
Multivariate Regression is a method used to measure the degree at which more than one independent variable (predictors) and more than one dependent variable (responses), are linearly related.
DATASET:
This is a
practical session of linear Regression.So as a prerequisite learn
linearRegression topics before going to do this lab.
first download the dataset links in this link
Source Code:
Output:
Comments