xgb.serialize
Load the instance back from xgb.serialize
xgb.unserialize(buffer, handle = NULL)
An xgb.Booster.handle
object.
the buffer containing booster instance saved by xgb.serialize
An xgb.Booster.handle
object which will be overwritten with
the new deserialized object. Must be a null handle (e.g. when loading the model through
`readRDS`). If not provided, a new handle will be created.