Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 345 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 345 Bytes

This repository contains all the source code and dataset for a car price prediction model based on linear regression and random forest regressor. Calcualted MSE, RMSE, and R squared values for both the models to compare their performance. The code is written in Python. Libraries used include:- Pandas Seaborn Numpy Matplotlib ScikitLearn