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_idis now False.
- split launcher into
StartRunLauncher,LogParamsLauncher, andLogArtifactsLauncher
- "behavioral" parameters now in the init
printinstead ofLOGGER.infofor run URL
launchesmechanism to configure multi-launches.
- Parameter sanitation for mlflow
- Add set_run_id option in parameters
- Moved repo to Criteo org
set_env_varsoptioninclude_keysand ignore_keys options to log parameters
sanitizekeys for parameters: now changesa[0].bintoa.0.binstead ofa.__0__.b
- Initial commit