Skip to content

Commit ecabd5f

Browse files
authored
Small docs fix for OGB function (#487)
1 parent 5e8f5fe commit ecabd5f

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

skfp/datasets/moleculenet/benchmark.py

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,7 @@ def load_moleculenet_benchmark(
9797
9898
Parameters
9999
----------
100-
subset : {None, "regression", "classification", "classification_single_task",
101-
"classification_multitask", "classification_no_pcba"} or list of strings
100+
subset : {None, "regression", "classification", "classification_single_task", "classification_multitask", "classification_no_pcba"} or list of strings
102101
If ``None``, returns all datasets. String loads only a given subset of all
103102
datasets. List of strings loads only datasets with given names.
104103
@@ -180,8 +179,7 @@ def load_moleculenet_dataset(
180179
181180
Parameters
182181
----------
183-
dataset_name : {"ESOL", "FreeSolv", "Lipophilicity","BACE", "BBBP", "HIV", "ClinTox",
184-
"MUV", "SIDER", "Tox21", "ToxCast", "PCBA"}
182+
dataset_name : {"ESOL", "FreeSolv", "Lipophilicity","BACE", "BBBP", "HIV", "ClinTox", "MUV", "SIDER", "Tox21", "ToxCast", "PCBA"}
185183
Name of the dataset to load.
186184
187185
data_dir : {None, str, path-like}, default=None
@@ -258,8 +256,7 @@ def load_ogb_splits(
258256
259257
Parameters
260258
----------
261-
dataset_name : {"ESOL", "FreeSolv", "Lipophilicity","BACE", "BBBP", "HIV", "ClinTox",
262-
"MUV", "SIDER", "Tox21", "ToxCast", "PCBA"}
259+
dataset_name : {"ESOL", "FreeSolv", "Lipophilicity","BACE", "BBBP", "HIV", "ClinTox", "MUV", "SIDER", "Tox21", "ToxCast", "PCBA"}
263260
Name of the dataset to loads splits for.
264261
265262
data_dir : {None, str, path-like}, default=None

0 commit comments

Comments
 (0)