Description Usage Arguments Value
Make predictions on new data points using a CuML random forest model.
1 2 3 4 5 6 7 8 |
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.