-
-
Notifications
You must be signed in to change notification settings - Fork 211
Add summary of locally computed metrics to representation of run #1214
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
Conversation
Co-authored-by: Matthias Feurer <[email protected]>
Co-authored-by: Matthias Feurer <[email protected]>
…o run_print # Conflicts: # doc/progress.rst
* Try Ubunte 20.04 for Python 3.6 * use old ubuntu for python 3.6
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 1 to 2. - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](docker/setup-buildx-action@v1...v2) --- updated-dependencies: - dependency-name: docker/setup-buildx-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Update run.py * Update run.py updated description to not contain duplicate information. * Update run.py
* Refactor if-statements * Add explicit names to conditional expression * Add 'dependencies' to better mimic OpenMLFlow
* Install custom numpy version for specific combination of Python3.8 and numpy * Debug output * Change syntax * move to coverage action v3 * Remove test output
|
Before merging this, could you please have a look at the pre-commit? That one is currently failing. |
Co-authored-by: Matthias Feurer <[email protected]>
|
I fixed the doc string for the run that was malformed as a result of another PR. The pre-commit should work now. |
mfeurer
left a comment
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.
Since the remaining failures are due to the test server this looks ready to merge for me.
This addresses #1144 and might be a solution for the issue.
It is important to note that the representation already included a "Result" field and thus could have reported results in the printout. However, this only happens if the
evaluationof the run is filled.This implementation now also covers locally computed results. The locally computed results are only shown if no task/run-specific results already exist.
Example
Old Output:
New Output (ignore the difference in
Setup String):Test
I am not sure if we need to write a test for this. I did not find any tests for the representation so far.