
Last chance! 50% off unlimited learning
Sale ends in
Logs a model for this run. Similar to `mlflow_save_model()` but stores model as an artifact within the active run.
mlflow_log_model(fn, artifact_path)
The serving function that will perform a prediction.
Destination path where this MLflow compatible model will be saved.