Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 579 Bytes

File metadata and controls

15 lines (13 loc) · 579 Bytes

Goals

  • Boosting as a powerful ensemble machine learning technique
  • Boosting for regression problems (GradientBoosting Regressor)
  • Boosting for classification problems (GradientBoostingClassifier)
  • Difference between AdaBoost and Gradient Boosting
  • Understand hyperparameters associated to Boosting (learning rate, number of estimators ...)
  • GridSearch for optimal hyperparameters for Boosting
  • Performance of Boosting compared to other machine learning algorithms

Morning:

Afternoon: