Project Objective: This project aims to predict used car prices by analyzing key factors affecting market value, assisting buyers, sellers, and platforms in making data-driven pricing decisions.
Background: The competitive used car market sees fluctuating prices influenced by various attributes. Reliable price predictions enhance transparency and build user trust.
Data Description: A Kaggle dataset containing details on car attributes such as make, model, engine size, mileage, and year was used, with a focus on key determinants like engine size, body style, and mileage.
Methodology:
Conclusions: Multiple linear regression proved effective in predicting used car prices, with engine size, car width, and horsepower emerging as significant predictors.
Recommendations: Sellers can focus on attributes like engine size and horsepower for pricing, while platforms could integrate this model to improve price accuracy and user trust.
Technical Stack: Python, Pandas, Numpy, Matplotlib, Seaborn, Sklearn, StatsModels, and Jupyter Notebook.
Project Impact: This model supports individual buyers and sellers, as well as online platforms, by providing a robust framework for price estimation, enhancing marketplace transparency.
You can find the full project on my GitHub: GitHub Link