File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff 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
666667def 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"""
729731Regression 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+
871874dataset_loading_functions = {
872875 # classification
873876 "airline_depdelay" : load_airline_depdelay ,
You can’t perform that action at this time.
0 commit comments