Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 353 Bytes

File metadata and controls

10 lines (9 loc) · 353 Bytes

🤖 Machine Learning Integration

I've implemented a Decision Tree Regressor to predict car prices based on:

  • Manufacturing Year
  • Total Mileage
  • Engine Power (HP)

This part of the project demonstrates my understanding of:

  • Supervised Learning
  • Data Preprocessing with Pandas
  • Model Training and Visualization using Scikit-Learn