Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel
Vijay Gadre 965843a647
"Added Jupyter-Notebook (Plotly Edition)"
3 years ago
531b024473
Added a Data file
3 years ago
531b024473
Added a Data file
3 years ago
531b024473
Added a Data file
3 years ago
965843a647
"Added Jupyter-Notebook (Plotly Edition)"
3 years ago
f451660a3d
Upload files to ''
3 years ago
d872d51f95
Initial commit
3 years ago
f94ca21376
Update 'Readme.md'
3 years ago
Storage Buckets
Data Pipeline
Legend
DVC Managed File
Git Managed File
Metric
Stage File
External File

README.md

You have to be logged in to leave a comment. Sign In

2nd_Hand_Car_Price_Prediction

Algorithm: -

1) Import the relevant libraries

2) Preprocess the Raw Data:-

  • i. Descriptive Stats [all variables]
  • ii. Variables of Interest
  • iii. Missing Values
  • iv. Checking for Outliers [PDF] and reset index
  • v. OLS Assumptions [independent <- dependent]
  • vi. Relax Assumptions [log independent <- dependent]
  • vii. Multi-Collinearity Check [independent (high is worst)]
  • viii.Rearrange the Data [dependent ——— independent]
  • ix. Dummy Categorical [relax 1st variable]

3) Parallel Linear Regression Model:-

  • i. Declare Targets and Inputs
  • ii. Standardize Inputs
  • iii. Train_Test_Spilt
  • iv. Create the regression
  • v. Weights and Bias df [+Weight ~ +target]
  • vi. Feature Selection (F-regression)
  • vii. Plot and Compare targets and its prediction IP [y_hat <- prediction]
  • viii.Plot and Compare using Residual [y_train - y_hat]

4) Testing the Data:-

  • i. Reseting the testing index
  • ii. Predicting the Inputs test-set
  • iii. Plot and Compare targets and its prediction IP [y_hat <- prediction]
  • iv. Plot and Compare using Residual [y_test - y_hat]
  • v. Prediction’s Dataset Performance
Tip!

Press p or to see the previous file or, n or to see the next file

About

No description

Collaborators 1

Comments

Loading...