top of page


GridSearchCV versus RandomizedSearchCV
In any machine learning problem, we usually need to perform hyperparameter optimization to tune parameters in our model. Even though...


Precision-Recall curve versus ROC curve for imbalanced datasets
In Binary Classification, we usually use the ROC curve to evaluate performance of our model, but sometimes it will be misleading...
bottom of page