predict,xgb.Booster.handle-method
From xgboost v0.4-2
by Tong He
Predict method for eXtreme Gradient Boosting model handle
Predicted values based on xgb.Booster.handle object.
Usage
## S3 method for class 'xgb.Booster.handle':
predict(object, ...)
Arguments
- object
- Object of class "xgb.Boost.handle"
- ...
- Parameters pass to
predict.xgb.Booster
Community examples
Looks like there are no examples yet.