Closed TTRh closed 7 months ago
Tests are failing but i'm not sure it's related to my change i see in the logs:
ERROR collecting tests/lightgbm_tuner_tests/test_alias.py
Sorry for the confusion. I will fix the main branch. Please wait a minuite.
The main branch has been fixed in https://github.com/optuna/optuna-integration/pull/112. Could you merge the main branch?
This pull request has not seen any recent activity.
Motivation
The strategy for infering the run name was not aligned between the base class
MLflowCallback
and the decoratortrack_in_mlflow
.Description of the changes
This PR aligned the strategy to get the run name from MLfowCallback and pass it to mlflow. We lookup
_mlflow_kwargs
and we fallback on trial.number if not given.