Skip to content
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

Closed
PhilipMay opened this issue Jul 22, 2021 · 3 comments · Fixed by #17091
Closed

Set Experiment Name in MLflowCallback #12841

PhilipMay opened this issue Jul 22, 2021 · 3 comments · Fixed by #17091

Comments

@PhilipMay
Copy link
Contributor

PhilipMay commented Jul 22, 2021

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.

@PhilipMay PhilipMay changed the title Set Run Name in MLflowCallback Set Experiment Name in MLflowCallback Jul 22, 2021
@PhilipMay
Copy link
Contributor Author

PS: additionaly to the env. var we might want to add a constructore parameter - what do you think?

@github-actions
Copy link

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.

@orieg
Copy link
Contributor

orieg commented May 3, 2022

This issue should be reopened as it is intended for mlflow experiment name which is different from run_name.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants