You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add summary of locally computed metrics to representation of run (#1214)
* added additional task agnostic local result to print of run
* add PR to progress.rst
* fix comment typo
* Update openml/runs/run.py
Co-authored-by: Matthias Feurer <lists@matthiasfeurer.de>
* add a function to list available estimation procedures
* refactor print to only work for supported task types and local measures
* add test for pint out and update progress
* added additional task agnostic local result to print of run
* add PR to progress.rst
* fix comment typo
* Update openml/runs/run.py
Co-authored-by: Matthias Feurer <lists@matthiasfeurer.de>
* add a function to list available estimation procedures
* refactor print to only work for supported task types and local measures
* add test for pint out and update progress
* Fix CI Python 3.6 (#1218)
* Try Ubunte 20.04 for Python 3.6
* use old ubuntu for python 3.6
* Bump docker/setup-buildx-action from 1 to 2 (#1221)
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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Update run.py (#1194)
* Update run.py
* Update run.py
updated description to not contain duplicate information.
* Update run.py
* add type hint for new function
* update add description
* Refactor if-statements (#1219)
* Refactor if-statements
* Add explicit names to conditional expression
* Add 'dependencies' to better mimic OpenMLFlow
* Ci python 38 (#1220)
* Install custom numpy version for specific combination of Python3.8 and numpy
* Debug output
* Change syntax
* move to coverage action v3
* Remove test output
* added additional task agnostic local result to print of run
* add PR to progress.rst
* fix comment typo
* Update openml/runs/run.py
Co-authored-by: Matthias Feurer <lists@matthiasfeurer.de>
* add a function to list available estimation procedures
* refactor print to only work for supported task types and local measures
* add test for pint out and update progress
* added additional task agnostic local result to print of run
* add PR to progress.rst
* add type hint for new function
* update add description
* fix run doc string
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Matthias Feurer <lists@matthiasfeurer.de>
Co-authored-by: Matthias Feurer <feurerm@informatik.uni-freiburg.de>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Vishal Parmar <vishalm524112@gmail.com>
Co-authored-by: Pieter Gijsbers <p.gijsbers@tue.nl>
Copy file name to clipboardExpand all lines: doc/progress.rst
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,8 +9,11 @@ Changelog
9
9
0.13.1
10
10
~~~~~~
11
11
12
+
* Add new contributions here.
13
+
* ADD#1144: Add locally computed results to the ``OpenMLRun`` object's representation.
12
14
* FIX #1197 #559 #1131: Fix the order of ground truth and predictions in the ``OpenMLRun`` object and in ``format_prediction``.
13
15
* FIX #1198: Support numpy 1.24 and higher.
16
+
* ADD#1144: Add locally computed results to the ``OpenMLRun`` object's representation if the run was created locally and not downloaded from the server.
0 commit comments