Skip to content
Prev Previous commit
Next Next commit
Update openml/datasets/functions.py
Co-authored-by: PGijsbers <p.gijsbers@tue.nl>
  • Loading branch information
a-moadel and PGijsbers authored Jan 13, 2021
commit 08a3c41ac989d729fa65a3bfe9bf5ab496dcb3c8
2 changes: 1 addition & 1 deletion openml/datasets/functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ def get_datasets(
make the operation noticeably slower. Metadata is also still retrieved.
If False, create the OpenMLDataset and only populate it with the metadata.
The data may later be retrieved through the `OpenMLDataset.get_data` method.
download_qualities : bool, optional
download_qualities : bool, optional (default=True)
If True, also download qualities.xml file. If false use the file if it was cached.

Returns
Expand Down