File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,12 +11,17 @@ Changelog
1111
1212**IMPORTANT: ** This release paves the way towards a breaking update of OpenML-Python. From version
13130.15, functions that had the option to return a pandas DataFrame will return a pandas DataFrame
14- by default. This version (0.14) emits a warning if you still use the old access functionality.
15- You can disable these warning by requesting a pandas DataFrame as the output (using ``output_format="dataframe" ``).
14+ by default. This version (0.14) emits a warning if you still use the old access functionality.
15+ More concretely:
16+ * In 0.15 we will drop the ability to return dictionaries in listing calls and only provide
17+ pandas DataFrames. To disable warnings in 0.14 you have to request a pandas DataFrame
18+ (using ``output_format="dataframe" ``).
19+ * In 0.15 we will drop the ability to return datasets as numpy arrays and only provide
20+ pandas DataFrames. To disable warnings in 0.14 you have to request a pandas DataFrame
21+ (using ``dataset_format="dataframe" ``).
1622
1723Furthermore, from version 0.15, OpenML-Python will no longer download datasets and dataset metadata
18- by default, and support for returning dictionaries will be removed. This version (0.14) emits a
19- warning if you don't explicitly specifiy the desired behavior.
24+ by default. This version (0.14) emits a warning if you don't explicitly specifiy the desired behavior.
2025
2126Please see the pull requests #1258 and #1260 for further information.
2227
You can’t perform that action at this time.
0 commit comments