| xgb.get.num.boosted.rounds | R Documentation |
Get number of boosting in a fitted booster
xgb.get.num.boosted.rounds(model)
## S3 method for class 'xgb.Booster'
length(x)
model, x |
A fitted |
Note that setting booster parameters related to training
continuation / updates through xgb.model.parameters<-() will reset the
number of rounds to zero.
The number of rounds saved in the model as an integer.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.