mlflow_predict: Generate Prediction with MLflow Model
Description
Performs prediction over a model loaded using
mlflow_load_model()
, to be used by package authors
to extend the supported MLflow models.
Usage
mlflow_predict(model, data, ...)
Arguments
- model
The loaded MLflow model flavor.
- data
A data frame to perform scoring.
- ...
Optional additional arguments passed to underlying predict
methods.