log_model: Log Model

Description Usage Arguments

View source: R/model.R

Description

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

Usage

1
log_model(model, path, ...)

Arguments

model

The model that will perform a prediction.

path

Destination path where this MLflow compatible model will be saved.

...

Optional additional arguments passed to save_model() when persisting the model. For example, conda_env = /path/to/conda.yaml may be passed to specify a conda dependencies file for flavors (e.g. keras) that support conda environments.


mrkaye97/lightMLFlow documentation built on Dec. 28, 2021, 12:15 a.m.