Saves model in MLflow's format that can later be used for prediction and serving.
mlflow_save_model(x, path = "model", r_dependencies = NULL,
conda_env = NULL)
The serving function or model that will perform a prediction.
Destination path where this MLflow compatible model will be saved.
Optional vector of paths to dependency files
to include in the model, as in r-dependencies.txt
or conda.yaml
.
Path to Conda dependencies file.