Module boosting

Module boosting 

Source
Expand description

Boosting ensemble implementations

AdaBoost, Gradient Boosting, and other boosting algorithms.

Structs§

AdaBoostClassifier
AdaBoost classifier implementation
AdaBoostTrained
Trained state for AdaBoost
GradientBoostingRegressor
Gradient Boosting regressor implementation
GradientBoostingTrained
Trained state for Gradient Boosting

Enums§

AdaBoostAlgorithm
AdaBoost algorithm variants
LossFunction
Loss functions for gradient boosting