pravocodes / Hacktoberfest2024

25 stars 227 forks source link

car-price-prediction #42

Closed mintera10 closed 1 week ago

mintera10 commented 2 weeks ago

I have added a simple data science project in the python section. This project aims to determine the optimal price of the car based on certain features.

pravocodes commented 1 week ago

Can you define in comments how to run it and some more details about this.

mintera10 commented 1 week ago

This project predicts car prices based on features like brand, year, and mileage. It uses a RandomForestRegressor, which is robust for regression tasks. Running these cells in the Jupyter Notebook will guide you through loading data, training, and evaluation..