Description Usage Arguments Value
Given a trained cuML model, transform an input dataset using that model.
1 | cuml_transform(model, x, ...)
|
model |
A model object. |
x |
The dataset to be transformed. |
... |
Additional model-specific parameters (if any). |
The transformed data points.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.