Jérôme BUISINE 4 лет назад
Родитель
Сommit
33cf98b131
1 измененных файлов с 1 добавлено и 2 удалено
  1. 1 2
      run_openML_surrogate_multi_specific.py

+ 1 - 2
run_openML_surrogate_multi_specific.py

@@ -96,8 +96,7 @@ def main():
                                         f"--output {output_problem_name}"
                                         
                         print(f'Running extraction data for {ml_problem_name} with [ils: {p_ils}, ls: {p_ls}, k: {k}, k_r: {k_r}]')
-                        #os.system(ml_surrogate_multi_command)
-                        print(ml_surrogate_multi_command)
+                        os.system(ml_surrogate_multi_command)