predict.cuml_rand_forest: Make predictions on new data points.
Description
Make predictions on new data points using a CuML random forest model.
See cuml_predict
for full documentation of parameters.
Usage
# S3 method for cuml_rand_forest
predict(object, ...)
Arguments
...
See cuml_predict
for full documentation of all other
parameters.
Value
Predictions on new data points.