parser.add_argument('--skip_best_hyperparams',action='store_true',default=DEFAULT_SKIP_BEST_HYPERPARAMS,help='Do not use the best hyperparameters if there exist.')
parser.add_argument('--skip_best_hyperparams',action='store_true',default=DEFAULT_SKIP_BEST_HYPERPARAMS,help='Do not use the best hyperparameters if there exist.')
parser.add_argument('--save_experiment_configuration',nargs='+',default=None,help='Save the experiment parameters specified in the command line in a file. Args: {{stage_num}} {{name}}')
parser.add_argument('--save_experiment_configuration',nargs='+',default=None,help='Save the experiment parameters specified in the command line in a file. Args: {{stage_num}} {{name}}')
parser.add_argument('--job_number',nargs='?',type=int,default=DEFAULT_JOB_NUMBER,help='Specify the number of job used during the parallelisation across seeds.')
parser.add_argument('--job_number',nargs='?',type=int,default=DEFAULT_JOB_NUMBER,help='Specify the number of job used during the parallelisation across seeds.')
parser.add_argument('--extraction_strategy',nargs='?',type=str,default=DEFAULT_EXTRACTION_STRATEGY,help='Specify the strategy to apply to extract the trees from the forest. Either omp, random, none, similarity_similarities, similarity_predictions, kmeans, ensemble.')
parser.add_argument('--extraction_strategy',nargs='?',type=str,default=DEFAULT_EXTRACTION_STRATEGY,help='Specify the strategy to apply to extract the trees from the forest. Either omp, omp_nn, random, none, similarity_similarities, similarity_predictions, kmeans, ensemble.')
parser.add_argument('--overwrite',action='store_true',default=DEFAULT_OVERWRITE,help='Overwrite the experiment id')
parser.add_argument('--overwrite',action='store_true',default=DEFAULT_OVERWRITE,help='Overwrite the experiment id')