mlflow_predict {mlflow} | 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. |