All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Use mlflow-skinny as dependency instead of mlflow
- Pin ubuntu version in CI to support Python 3.6
- Default of
set_run_id
is now False.
- split launcher into
StartRunLauncher
,LogParamsLauncher
, andLogArtifactsLauncher
- "behavioral" parameters now in the init
print
instead ofLOGGER.info
for run URL
launches
mechanism to configure multi-launches.
- Parameter sanitation for mlflow
- Add set_run_id option in parameters
- Moved repo to Criteo org
set_env_vars
optioninclude_keys
and ignore_keys options to log parameters
sanitize
keys for parameters: now changesa[0].b
intoa.0.b
instead ofa.__0__.b
- Initial commit