log_params: Log Parameters

View source: R/runs.R

log_paramsR Documentation

Log Parameters

Description

Logs parameters 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

log_params(..., run_id = get_active_run_id(), client = mlflow_client())

Arguments

...

variable names from which a data.frame with key and value columns will be created.

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.

Value

No return value. Called for side effects.


collegevine/lightMLFlow documentation built on Jan. 16, 2024, 5:52 a.m.