Parcourir la source

fix command line instruction

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

+ 4 - 2
run_openML_surrogate_multi_specific.py

@@ -72,8 +72,9 @@ def main():
                                             f"--every_ls {every_ls} " \
                                             f"--k_division {k} " \
                                             f"--k_random {k_r} " \
-                                            f"--output {output_problem_name}"
                                             f"--k_dynamic {k_init} " \
+                                            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}, i: {i}]')
                             os.system(ml_surrogate_multi_command)
 
@@ -91,8 +92,9 @@ def main():
                                         f"--every_ls {every_ls} " \
                                         f"--k_division {k} " \
                                         f"--k_random {k_r} " \
-                                        f"--output {output_problem_name}"
                                         f"--k_dynamic {k_init} " \
+                                        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)