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

MLFlow now uses env variable as default tracking uri #7457

Merged
merged 9 commits into from
May 12, 2021
Merged

MLFlow now uses env variable as default tracking uri #7457

merged 9 commits into from
May 12, 2021

Conversation

00sapo
Copy link
Contributor

@00sapo 00sapo commented May 9, 2021

What does this PR do?

It changes the initialization of MLFlowLogger so that it uses the environment variable MLFLOW_TRACKING_URI by default

Fixes #6894

@00sapo 00sapo requested review from awaelchli, Borda and tchaton as code owners May 9, 2021 17:19
@pep8speaks
Copy link

pep8speaks commented May 9, 2021

Hello @00sapo! Thanks for updating this PR.

There are currently no PEP 8 issues detected in this Pull Request. Cheers! 🍻

Comment last updated at 2021-05-12 08:56:34 UTC

@awaelchli awaelchli added the logger Related to the Loggers label May 10, 2021
@awaelchli awaelchli added this to the v1.4 milestone May 10, 2021
Co-authored-by: thomas chaton <thomas@grid.ai>
@awaelchli awaelchli added the feature Is an improvement or enhancement label May 10, 2021
@codecov
Copy link

codecov bot commented May 10, 2021

Codecov Report

Merging #7457 (8742091) into master (6d7c6d6) will increase coverage by 0%.
The diff coverage is 93%.

@@           Coverage Diff           @@
##           master   #7457    +/-   ##
=======================================
  Coverage      87%     88%            
=======================================
  Files         200     199     -1     
  Lines       12894   13067   +173     
=======================================
+ Hits        11236   11437   +201     
+ Misses       1658    1630    -28     

@Borda Borda requested a review from tchaton May 11, 2021 22:25
@Borda Borda added the ready PRs ready to be merged label May 11, 2021
@awaelchli
Copy link
Contributor

added changelog. ready to go <3

@Borda Borda merged commit 8cdbd03 into Lightning-AI:master May 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Is an improvement or enhancement logger Related to the Loggers ready PRs ready to be merged
Projects
None yet
Development

Successfully merging this pull request may close these issues.

MLFlowLogger should defaults to enironment variable MLFLOW_TRACKING_URI
9 participants