boa.wrapper_utils.make_experiment_dir#

boa.wrapper_utils.make_experiment_dir(working_dir: str, experiment_name: str)#

Creates directory for the experiment and returns the path. The directory is named with the experiment name and the current datetime.

Parameters:
  • working_dir (str) – Working directory, the parent directory where the experiment directory will be written

  • experiment_name (str) – Name of the experiment

Returns:

Path to the directory for the experiment

Return type:

Path