Skip to content

Latest commit

Β 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Car Price Prediction πŸš—πŸš™πŸš

Libraries

  1. Pandas
  2. NumPy
  3. Scikit Learn : Model Selection ( Train Test Split )
  4. Scikit Learn : Linear Model ( Linear Regression )
  5. Scikit Learn : Metrics ( R2 Score )
  6. Scikit Learn : Preprocessing ( One Hot Encoder )
  7. Scikit Learn : Compose ( Make Column Transformer )
  8. Scikit Learn : Pipeline ( Make Pipeline )