Description Usage Arguments Value
Given a trained CuML model, return TRUE
if the model is a classifier
and is capable of outputting class probabilities as prediction results (e.g.,
if the model is a KNN or an ensemble classifier), otherwise return
FALSE
.
1 |
model |
A trained CuML model. |
A logical value indicating whether the model supports outputting class probabilities.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.