Skip to content

Commit 94d25c1

Browse files
author
Dmitry Razdoburdin
committed
black
1 parent b873e40 commit 94d25c1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

sklbench/datasets/loaders.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -662,6 +662,7 @@ def load_sensit(
662662
data_desc = {"n_classes": 3, "default_split": {"test_size": 0.2, "random_state": 42}}
663663
return {"x": x, "y": y}, data_desc
664664

665+
665666
@cache
666667
def load_szilard_1m(
667668
data_name: str, data_cache: str, raw_data_cache: str, dataset_params: Dict
@@ -725,6 +726,7 @@ def load_szilard_10m(
725726

726727
return {"x": x, "y": y}, data_desc
727728

729+
728730
"""
729731
Regression datasets
730732
"""
@@ -868,6 +870,7 @@ def load_gist(
868870
url = "http://ann-benchmarks.com/gist-960-euclidean.hdf5"
869871
return load_ann_dataset_template(url, raw_data_cache)
870872

873+
871874
dataset_loading_functions = {
872875
# classification
873876
"airline_depdelay": load_airline_depdelay,

0 commit comments

Comments
 (0)