log_param: Log Parameter

Description Usage Arguments

View source: R/runs.R

Description

Logs a parameter for a run. Examples are params and hyperparams used for ML training, or constant dates and values used in an ETL pipeline. A param is a STRING key-value pair. For a run, a single parameter is allowed to be logged only once.

Usage

1
log_param(key, value, run_id = NULL, client = NULL)

Arguments

key

Name of the parameter.

value

String value of the parameter.

run_id

A run uuid. Automatically inferred if a run is currently active.

client

An MLFlow client. Defaults to NULL and will be auto-generated.


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