Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 370 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 370 Bytes

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 )