Parcourir la source

update runner script

Jérôme BUISINE il y a 3 ans
Parent
commit
48eca005d8
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      run_openML_surrogate_multi_specific.py

+ 1 - 1
run_openML_surrogate_multi_specific.py

@@ -1,7 +1,7 @@
 import os, argparse
 import shutil
 
-open_ml_problems_folder = 'OpenML_v2'
+open_ml_problems_folder = 'OpenML_datasets'
 surrogate_data_path = 'data/surrogate/data/'
 
 k_params = [100, 150, 200]