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

Adding MLFlow new methods, Julia LTS checks and tests #28

Merged
merged 3 commits into from
Jul 24, 2023
Merged

Adding MLFlow new methods, Julia LTS checks and tests #28

merged 3 commits into from
Jul 24, 2023

Conversation

pebeto
Copy link
Member

@pebeto pebeto commented Jul 23, 2023

This PR contains:

  • logbatch function to upload params, metrics and tags in a single call.
  • restoreexperiment to restore a deleted experiment.
  • MLFlowRunDataParam to standardize the way we retrieve information from the API.
  • Adding Julia LTS (1.6) inside CI.
  • Adding tests (specially one using IOBuffer inside logartifact).

@codecov-commenter
Copy link

codecov-commenter commented Jul 23, 2023

Codecov Report

Merging #28 (074c9a0) into main (6e13f32) will decrease coverage by 0.80%.
The diff coverage is 86.20%.

❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

@@            Coverage Diff             @@
##             main      #28      +/-   ##
==========================================
- Coverage   79.86%   79.07%   -0.80%     
==========================================
  Files           9        9              
  Lines         303      325      +22     
==========================================
+ Hits          242      257      +15     
- Misses         61       68       +7     
Impacted Files Coverage Δ
src/MLFlowClient.jl 100.00% <ø> (ø)
src/experiments.jl 82.85% <70.00%> (-5.67%) ⬇️
src/types/runs.jl 82.85% <91.66%> (+0.04%) ⬆️
src/loggers.jl 69.87% <100.00%> (+2.77%) ⬆️

... and 1 file with indirect coverage changes

@deyandyankov
Copy link
Collaborator

looking good @pebeto - do you need me to release a new version?

@deyandyankov deyandyankov merged commit 5e6cde0 into JuliaAI:main Jul 24, 2023
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 this pull request may close these issues.

3 participants