-
Notifications
You must be signed in to change notification settings - Fork 27.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Set Experiment Name in MLflowCallback
#12841
Comments
MLflowCallback
MLflowCallback
PS: additionaly to the env. var we might want to add a constructore parameter - what do you think? |
This issue has been automatically marked as stale because it has not had recent activity. If you think this still needs to be addressed please comment on this thread. Please note that issues that do not follow the contributing guidelines are likely to be ignored. |
This issue should be reopened as it is intended for mlflow experiment name which is different from run_name. |
In the
MLflowCallback
it is not possible to set the Experiment Name.As a consequence the run is logged to the Default experiment.
I would like to suggest the following feature:
It is possible to set an env. variable called
ML_FLOW_CALLBACK_EXPERIMENT_NAME
which then calls
mlflow.set_experiment(experiment_name)
.What do you think? As always I can provide a PR if wanted.
The text was updated successfully, but these errors were encountered: