Description Usage Arguments Value
Given a trained cuML model, apply the inverse transformation defined by that model to an input dataset.
1 | cuml_inverse_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.