Skip to content

Commit 52be544

Browse files
committed
Updating changelog
1 parent 862806e commit 52be544

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

doc/progress.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ Changelog
2121
* ADD #659: Lazy loading of task splits.
2222
* ADD #516: `run_flow_on_task` flow uploading is now optional.
2323
* ADD #680: Adds `openml.config.start_using_configuration_for_example` (and resp. stop) to easily connect to the test server.
24+
* ADD #687: Adds a function to retrieve the list of evaluation measures available.
2425
* FIX #642: `check_datasets_active` now correctly also returns active status of deactivated datasets.
2526
* FIX #304, #636: Allow serialization of numpy datatypes and list of lists of more types (e.g. bools, ints) for flows.
2627
* FIX #651: Fixed a bug that would prevent openml-python from finding the user's config file.

openml/evaluations/functions.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -203,10 +203,10 @@ def __list_evaluations(api_call, output_format='object'):
203203

204204

205205
def list_evaluation_measures() -> list:
206-
""" Return list of data qualities available.
206+
""" Return list of evaluation measures available.
207207
208208
The function performs an API call to retrieve the entire list of
209-
data qualities that are computed on the datasets uploaded.
209+
evaluation measures that are available.
210210
211211
Returns
212212
-------

0 commit comments

Comments
 (0)