rgpycrumbs.eon._mlflow.log_params

Attributes

Functions

log_config_ini([conf_ini, w_artifact, track_overrides])

Logs the hydrated EON configuration and highlights user-provided overrides.

Module Contents

rgpycrumbs.eon._mlflow.log_params.eon_config[source]
rgpycrumbs.eon._mlflow.log_params.log_config_ini(conf_ini: pathlib.Path = Path('config.ini'), *, w_artifact: bool = True, track_overrides: bool = False)[source]

Logs the hydrated EON configuration and highlights user-provided overrides.

This function performs a three-way merge between the EON schema, the hydrated defaults, and the user-provided config.ini. It ensures that scientific provenance remains intact while providing a focused view of modified hyperparameters.