| xgb.unserialize {xgboost} | R Documentation |
xgb.serializeLoad the instance back from xgb.serialize
xgb.unserialize(buffer, handle = NULL)
buffer |
the buffer containing booster instance saved by |
handle |
An |
An xgb.Booster.handle object.