v1.16
- Add
run_id
andterminate_on_end
arguments to MLFlowLogger.
Breaking change:
- In MLFlowLogger, except for
experiment_name
, all arguments must now be passed as keyword arguments. Passingexperiment_name
as a positional argument is also deprecated and will be removed in future versions.