-
Notifications
You must be signed in to change notification settings - Fork 10
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
Feature implementation, code refactoring, new test suite and increasing code coverage #27
Conversation
Codecov Report
❗ 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 #27 +/- ##
===========================================
+ Coverage 69.75% 79.86% +10.11%
===========================================
Files 5 9 +4
Lines 281 303 +22
===========================================
+ Hits 196 242 +46
+ Misses 85 61 -24
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nicely done - please address minor points and let's merge!
The PR contains variety of changes, mostly related to be a "developer friendly" code and follow some software standards. This changes will make the code base to be more maintainable.
types
directory where all the "model" stuff is savedtypes/core.jl
contains the general types (MLFlow and MLFlowExperiment)logger.jl
file, leaving the runs logic isolatedsearchexperiments
function for experiments, and removing the deprecated (and removed)listexperiments
from MLFlow. Maybe it could be reimplemented but pointing to the new one.generatefilterfromentity_type
, a generalization to avoid code repetition and making it accessible to everyone if there's something more to filter (just like metrics)