xgb.unserialize {xgboost} | R Documentation |
Load the instance back from xgb.serialize
Description
Load the instance back from xgb.serialize
Usage
xgb.unserialize(buffer, handle = NULL)
Arguments
buffer |
the buffer containing booster instance saved by |
handle |
An |
Value
An xgb.Booster.handle
object.
[Package xgboost version 1.7.8.1 Index]