Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion openml/datasets/functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -479,7 +479,7 @@ def get_dataset( # noqa: C901, PLR0912
Parameters
----------
dataset_id : int or str
The ID or name of the dataset to download.
Dataset ID (integer) or dataset name (string) of the dataset to download.
download_data : bool (default=False)
If True, also download the data file. Beware that some datasets are large and it might
make the operation noticeably slower. Metadata is also still retrieved.
Expand Down
Loading