Skip to content

Regression Analysis to predict car selling price with given datasets. Used libraries: Pandas, Matplotlib, Seaborn, Scikitlearn

Notifications You must be signed in to change notification settings

zehan-alam/Regression--Car-Price-Prediction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RegressionModel - Car Price Prediction

I've used pyhton's scikitlearn libarary to predict Car Selling Price and Pandas, Matplotlib, Seabron to visualize and preprocess the data.
I used regression models like LinearRegression,Lasso,Ridge,DecisionTreeRegressor,RandomForestRegressor and Compare them to get the best model then hypertuning the model to get the best result out of the given dataset.
Please check the notebook.ipynb file to know better about the project.

Prediction app link: Car Price Prediction using Streamlit