Explorar el Código

update runner script

Jérôme BUISINE hace 4 años
padre
commit
48eca005d8
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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]