https://github.com/moindalvs/assignment_multi_linear_regression_2
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")]
https://github.com/moindalvs/assignment_multi_linear_regression_2
cooks-distance data-science data-structures data-visualization exploratory-data-analysis feature-engineering feature-selection influencers multi-collinearity-issue outlier-removal outliers-detection predictive-modeling
Last synced: about 1 year ago
JSON representation
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")]
- Host: GitHub
- URL: https://github.com/moindalvs/assignment_multi_linear_regression_2
- Owner: MoinDalvs
- Created: 2022-04-06T06:49:00.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-13T06:22:39.000Z (almost 4 years ago)
- Last Synced: 2025-01-18T00:45:11.142Z (about 1 year ago)
- Topics: cooks-distance, data-science, data-structures, data-visualization, exploratory-data-analysis, feature-engineering, feature-selection, influencers, multi-collinearity-issue, outlier-removal, outliers-detection, predictive-modeling
- Language: Jupyter Notebook
- Homepage:
- Size: 25.4 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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