Make predictions on new data points using a CuML random forest model.
# S3 method for cuda_ml_rand_forest predict( object, x, output_class_probabilities = NULL, cuML_log_level = c("off", "critical", "error", "warn", "info", "debug", "trace"), ... )
| object | A trained CuML model. |
|---|---|
| x | A matrix or dataframe containing new data points. |
| output_class_probabilities | Whether to output class probabilities.
NOTE: setting |
| cuML_log_level | Log level within cuML library functions. Must be one of "off", "critical", "error", "warn", "info", "debug", "trace". Default: off. |
| ... | Additional arguments to |
Predictions on new data points.