predict.SL.xgboost | R Documentation |
XGBoost prediction on new data
## S3 method for class 'SL.xgboost'
predict(object, newdata, family, ...)
object |
Model fit object from SuperLearner |
newdata |
Dataframe that will be converted to an xgb.DMatrix |
family |
Binomial or gaussian |
... |
Any remaining arguments (not supported though). |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.