Skip to content

Consider only the below columns and prepare a prediction model for predicting Price. Corolla<-Corolla[c("Price","Age_08_04","KM","HP","cc","Doors","Gears","Quarterly_Tax","Weight")]

Notifications You must be signed in to change notification settings

MoinDalvs/Assignment_Multi_linear_regression_2

Repository files navigation

Problem Statement

Consider only the below columns and prepare a prediction model for predicting Price.

  • Corolla<-Corolla[c("Price","Age_08_04","KM","HP","cc","Doors","Gears","Quarterly_Tax","Weight")]

Model -- model of the car
Price -- Offer Price in EUROs
Age_08_04 -- Age in months as in August 2004
KM -- Accumulated Kilometers on odometer
HP -- Horse Power
cc -- Cylinder Volume in cubic centimeters
Doors -- Number of doors
Gears -- Number of gear positions
Quarterly_Tax -- Quarterly road tax in EUROs
Weight -- Weight in Kilograms

About

Consider only the below columns and prepare a prediction model for predicting Price. Corolla<-Corolla[c("Price","Age_08_04","KM","HP","cc","Doors","Gears","Quarterly_Tax","Weight")]

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published