mlflow_log_model: Log Model
Description
Logs a model in the given 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.