mlflow_predict | R Documentation |
Performs prediction over a model loaded using
mlflow_load_model()
, to be used by package authors
to extend the supported MLflow models.
mlflow_predict(model, data, ...)
model |
The loaded MLflow model flavor. |
data |
A data frame to perform scoring. |
... |
Optional additional arguments passed to underlying predict methods. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.