You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project explores Boosting algorithms in Machine Learning, specifically focusing on AdaBoost for classification and Gradient Boosting for regression. It demonstrates how to handle imbalanced medical data using the ROC AUC metric and how to optimize regression models through stochastic sampling and hyperparameter tuning.