| xgb.cb.save.model | R Documentation |
This callback function allows to save an xgb-model file, either periodically
after each save_period's or at the end.
Does not leave any attribute in the booster.
xgb.cb.save.model(save_period = 0, save_name = "xgboost.ubj")
save_period |
Save the model to disk after every |
save_name |
The name or path for the saved model file.
It can contain a |
An xgb.Callback object, which can be passed to xgb.train(),
but not to xgb.cv().
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.