Marshalling of 'xgboost' objects
Usage
# S3 method for class 'xgb.DMatrix'
marshal(x, ...)
# S3 method for class 'xgb.Booster'
marshal(x, ...)
# S3 method for class 'xgb.Booster'
marshallable(...)
# S3 method for class 'xgb.DMatrix'
marshallable(...)
Value
A marshalled
object as described in marshal()
.