Expand description
MLflow CLI output compression.
mlflow run drives conda/pip env builds that flood the output with
Collecting ..., Downloading ... and progress bars before the actual
run. We strip the python-logging timestamp prefix, drop env-build noise,
deduplicate and keep the run lifecycle (Run (ID '..') succeeded),
registered-model/version lines, metrics and errors.