Unlimited learning, half price | 50% off

Last chance! 50% off unlimited learning

Sale ends in


mlflow (version 0.9.0.1)

mlflow_log_model: Log Model

Description

Logs a model for this run. Similar to `mlflow_save_model()` but stores model as an artifact within the active run.

Usage

mlflow_log_model(fn, artifact_path)

Arguments

fn

The serving function that will perform a prediction.

artifact_path

Destination path where this MLflow compatible model will be saved.