Description Usage Arguments Value See Also
Ensemble Learning to extend a reg
, wcls
or a cvGrid
method. Multiple models
will be fitted using randomly generated bootstrap samples. The out-of-bag (OOB) samples will be used as
the validation set if the corresponding method could use the validation to fit the model. The
predictions from all models will be aggregated when predicting for new data. Each model will be
evaluated and assigned a performance score.
1 2 3 |
object |
A |
n.ensemble |
The number of models in the ensemble. |
cutoff |
Cutoff used when predicting OOB samples, passed to |
esCtrl |
A |
unbalance.trt |
A character string that specifies if sampleing techniques should be applied to data with unbalanced numbers for each class. |
prop.keep |
A |
best.opti |
A |
min.keep |
A |
A ModelEnsembleObj-class
object.
cutoff.calc
reg
wcls
cvGrid
cvKfold
workflow
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.