Description Usage Arguments Value
Use a trained CuML model to make predictions on new data points.
Notice calling cuml_predict()
will be identical to calling the
predict()
S3 generic, except for cuml_predict()
also comes
with proper documentation on all possible predict options (such as
output_class_probabilities
) and will emit a sensible warning message
when a predict option is not applicable for a given model.
1 | cuml_predict(model, x, output_class_probabilities = NULL, ...)
|
model |
A trained CuML model. |
x |
A matrix or dataframe containing new data points. |
output_class_probabilities |
Whether to output class probabilities.
NOTE: setting |
... |
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.