Description Usage Arguments Examples
Create setting for AdaBoost with python
1 | setAdaBoost(nEstimators = 50, learningRate = 1, seed = NULL)
|
nEstimators |
The maximum number of estimators at which boosting is terminated |
learningRate |
Learning rate shrinks the contribution of each classifier by learningRate. There is a trade-off between learningRate and nEstimators . |
seed |
A seed for the model |
1 2 3 4 | ## Not run:
model.adaBoost <- setAdaBoost(size = 4, alpha = 1e-05, seed = NULL)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.