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