Enhances an "xgb.Booster" object with verification data.
# S3 method for xgb.Booster
verify(
x,
newdata,
precision = 1e-06,
zeroThreshold = 1e-06,
response_name = NULL,
response_levels = c(),
...
)An "xgb.Booster" object.
The verification dataset.
Maximal relative error.
Maximal absolute error near the zero value.
The name of the target field.
A list of category values for a categorical target field.
Arguments to pass on to the "predict.xgb.Booster" method.