Skip to content

Commit cc4d864

Browse files
committed
DOC:API: Remove space before comma
1 parent 54c5eef commit cc4d864

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/api.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ General usage instructions for :class:`~bioscan_dataset.BIOSCAN1M` , :class:`~bi
1111
For larger scale projects, :class:`~bioscan_dataset.BIOSCAN5M` is a superset of :class:`~bioscan_dataset.BIOSCAN1M` and will provide five times more samples to train on.
1212
On the other hand, if 5 million samples is too much to handle, you can ignore the ``"pretrain"`` partition (train using the ``"train"`` partition only), which reduces the dataset to less than 400k samples.
1313

14-
The accompanying functions :func:`~bioscan_dataset.load_bioscan1m_metadata` , :func:`~bioscan_dataset.load_bioscan5m_metadata` and :func:`~bioscan_dataset.load_canadian_invertebrates_metadata` can be used to load the metadata from the CSV files.
14+
The accompanying functions :func:`~bioscan_dataset.load_bioscan1m_metadata`, :func:`~bioscan_dataset.load_bioscan5m_metadata` and :func:`~bioscan_dataset.load_canadian_invertebrates_metadata` can be used to load the metadata from the CSV files.
1515
This produces a :class:`~pandas.DataFrame` in the same format as is used for model training.
1616
These functions do not need to be manually called when you are using :class:`~bioscan_dataset.BIOSCAN1M` , :class:`~bioscan_dataset.BIOSCAN5M` and :class:`~bioscan_dataset.CanadianInvertebrates` to work with the datasets.
1717

0 commit comments

Comments
 (0)