Create setting for AdaBoost with python DecisionTreeClassifier base estimator
Source:R/SklearnClassifierSettings.R
setAdaBoost.Rd
Create setting for AdaBoost with python DecisionTreeClassifier base estimator
Arguments
- nEstimators
(list) The maximum number of estimators at which boosting is terminated. In case of perfect fit, the learning procedure is stopped early.
- learningRate
(list) Weight applied to each classifier at each boosting iteration. A higher learning rate increases the contribution of each classifier. There is a trade-off between the learningRate and nEstimators parameters There is a trade-off between learningRate and nEstimators.
- algorithm
Only ‘SAMME’ can be provided. The 'algorithm' argument will be deprecated in scikit-learn 1.8.
- seed
A seed for the model