Closed Rohit-Sharma-RS closed 1 month ago
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.
We compare the performance of all trained models based on the calculated error metrics.
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:
@MohammedHamzaMalik for issue #7
Looks good!
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: