calibrate_boosting {regressoR} | R Documentation |
calibrate_boosting
Description
helps to get the maximum of n.minobsinnode and bag.fraction values with which no error is generated in the model.
Usage
calibrate_boosting(data)
Arguments
data |
the name of the learning data. |
See Also
Examples
calibrate_boosting(iris)
[Package regressoR version 3.0.2 Index]