-
Notifications
You must be signed in to change notification settings - Fork 1
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
Change to REST API #5
Conversation
…structor, log_metric(), Base.show() and tests
Fantastic. Just one quick thing. The python based mlflow clients usually also handle a lot of cloud authentication stuff (for example logging in azureml is easier if you have |
Do you wish to take a shot at enabling the server at MLFLOW_URI in the github workflow to allow running the tests. We probably just need to install and run |
…ordingly in runtest step
I indeed don't see anything azure specific in MLFlowClient.jl at the moment. Could we make a separate issue for that functionality? Using the MLFlow basic authentication should be possible via the |
Codecov ReportAttention: Patch coverage is
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## master #5 +/- ##
===========================================
+ Coverage 3.19% 78.68% +75.49%
===========================================
Files 3 1 -2
Lines 94 61 -33
===========================================
+ Hits 3 48 +45
+ Misses 91 13 -78 ☔ View full report in Codecov by Sentry. |
…wRunDataParam yet)
… into change-to-rest-api
I refactored the
MLFLogger
to use the REST API from MLFlowClient.jl, see issue #3.I could keep mostly the same interface with only some minor differences.