Open Rusteam opened 2 years ago
Hey @Rusteam which Ray version are you using? And which logger are you using- the new MLflowLoggerCallback
, or the older MLflowLogger
?
I'm using the callback one. However I've found out that's not possible from mlflow side see here. What we can do in the meantime is to add a custom run name in the dict of tags.
Hi, I'm a bot from the Ray team :)
To help human contributors to focus on more relevant issues, I will automatically add the stale label to issues that have had no activity for more than 4 months.
If there is no further activity in the 14 days, the issue will be closed!
You can always ask for help on our discussion forum or Ray's public slack channel.
there is any progress on this? I'm having the same issue, using Ray Tune with ML Flow to track hyperparameter optimization experiments. the run_name is the save for all trials and there is no way to compare results
Hi, I'm a bot from the Ray team :)
To help human contributors to focus on more relevant issues, I will automatically add the stale label to issues that have had no activity for more than 4 months.
If there is no further activity in the 14 days, the issue will be closed!
You can always ask for help on our discussion forum or Ray's public slack channel.
MLflow now creates random names by default. I can still see this to be useful, and I can implement it if there's any interest in the feature.
@Rusteam it would be great if you could contribute this! Ideally we would just use the same trial name we use in the overview table?
Sounds good. Let me have a look at it
Search before asking
Description
Create a unique run name (derived from search config) for mlflow runs
Use case
When analyzing MLflow runs auto-generated by MLflowLogger it would be useful have a unique name for each run. For instance to analyze a lineplot with certain metrics.
As of now, it's hard to tell which run (params) yield best results from this plot.
Related issues
No response
Are you willing to submit a PR?