Skip to content

Commit 53d82ad

Browse files
committed
DOC: Highlight that BIOSCAN1M splits depend on partitioning_version
1 parent 99c28a6 commit 53d82ad

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

bioscan_dataset/bioscan1m.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,10 @@ def load_bioscan1m_metadata(
121121
If ``split`` is ``None`` or ``"all"`` (default), the data is not filtered by
122122
partition and the dataframe will contain every sample in the dataset.
123123
124+
Note that the contents of the split depends on the value of ``partitioning_version``.
125+
If ``partitioning_version`` is changed, the same ``split`` value will yield
126+
completely different records.
127+
124128
partitioning_version : str, default="large_diptera_family"
125129
The dataset partitioning version, one of:
126130

0 commit comments

Comments
 (0)