Exploring and predicting the price of cars based on their features Using Python( Pandas, Statsmodels, Scikit, Matplotlib, and Scikit Learn packages)
- Cleaning and wrangling the dataset.
- Exploring the dataset and look for correlations.
- Use visualization charts to emphasize different relationships.
- Building a predictive linear regression model using Statsmodels.
- Building a predictive machine learning (linear regression) model using Sci-kit learn.
- Modeling using Radomforest Regressor, reaching 93% R2 score.