Aniket Sharma

Machine Learning Zoomcamp Update: Tuesday, 26 October 2021

Today, I trained three models, Logistic Regression, Random Forest and XGBoost for status prediction. I also did the hyperparameter tuning for all three models.

I wrote my own Grid Search to use the validation dataset instead of doing cross validation.

The XGBoost model took more than an hour for the hyperparameter tuning but gave the best performance out of the three models.

Estimated Time Taken: 2 hours 20 minutes