[Ray component: Tune.logger] Better integration with MLFlow thru the MLflowLoggerCallback #47903
Labels
enhancement
Request for new feature and/or capability
P2
Important issue, but not time-critical
tune
Tune-related issues
Description
We are using MLFlow callback in the way prescribed by the documentation.
There are a few missing things:
1. MLFlow allows the addition of System Tag for note (i.e. "this trial changes this param for reason X,Y,Z"). However, Ray doesn't support it and instead, the tag gets passed as a regular tag.Code:
2. Could Ray also pick up the user name to populate the UI? Now, it shows asunknown
. Once again, it can't be overwritten~~
TorchTrainer_b6f96_00000
may becomeTorchTrainer_b6f96_00000_5439_4343
for instance)Checkpointing code:
Use case
Better integration with ML Flow
The text was updated successfully, but these errors were encountered: