MohammedHamzaMalik / data-science-pipeline-playground

Apache License 2.0
1 stars 3 forks source link

A car price prediction model predictor and analyzer with visualization tools and amazing results on dataset. #8

Closed Rohit-Sharma-RS closed 1 month ago

Rohit-Sharma-RS commented 1 month ago

Model Training

We explore multiple regression models to identify the best-performing one:

For each model, we evaluate performance using error metrics such as MAE, MSE, RMSE, and R² Score.

Model Evaluation

We compare the performance of all trained models based on the calculated error metrics.

Summary of Results

Almost 95% on test set and 99.6 percent on train set. After evaluating all models, we identify XGBoost as the best performer based on:

Rohit-Sharma-RS commented 1 month ago

@MohammedHamzaMalik for issue #7

MohammedHamzaMalik commented 1 month ago

Looks good!