MLflowCallback set experiment name#17067
MLflowCallback set experiment name#17067orieg wants to merge 1 commit intohuggingface:mainfrom orieg:mlflowcallback-set-experiment-name
Conversation
|
The documentation is not available anymore as the PR was closed or merged. |
sgugger
left a comment
There was a problem hiding this comment.
Thanks for fixing all of these!
|
Oh actually, multiple checks in our CI are not running for some reason. Can you try sending empty commits to see if it triggers it? |
|
@sgugger I tried an empty commit, a comment change on the py file, and a rebase. They all trigger only two checks. They seem to pass tho. |
|
Yes, but for some reason, the whole battery of tests run by cicleCI is not launching (check any other PR to see there are actually 18 to 20 checks). I have no idea why they don't, and can't merge without being sure nothing is broken by the PR. |
|
I have no idea what the problem is. Wrote to circleCI support to try to get some help. |
|
Closing this PR in favor of #17091, which is running all the CI tests. |
What does this PR do?
This PR includes the following:
MLflowCallback#12841: uses the MLFLOW_EXPERIMENT_NAME environment variable and the mlflow.set_experiment() method to ensure the experiment is created if it does not exist already.Before submitting
Pull Request section?
to it if that's the case.
documentation guidelines, and
here are tips on formatting docstrings.
Who can review?
Anyone in the community is free to review the PR once the tests have passed. Feel free to tag
members/contributors who may be interested in your PR.
@sgugger