Page 1 of 1

Linear Regression Use the Vehicle dataset and apply the multivariate Linear Regression using python, to come up with a m

Posted: Thu Jul 14, 2022 2:12 pm
by answerhappygod
Linear Regression
Use the Vehicle dataset and apply the multivariate LinearRegression using python, to come up with a model that can be usedfor prediction and plot in a graph. Dataset is available in Kagglewebsite. (Dataset Link:https://www.kaggle.com/datasets/nehalbi ... m-cardekho)
Dataset Requirements:
• Must conform to the type of machine learning algorithm
• Must be completely described
• Must contain above 5000 records*
• Must be appropriate divided into train and test sets