In the gp_fromdata.py and bo_fromdata.py scripts, datasets are loaded with the data_processing.load_data function. This function has a path_to_csv arg, but it is not exposed in these scripts. We should add this arg as a command-line flag and let it be set in this script through this function.
This will make the scripts more robust to the location of where the scripts are called.
In the
gp_fromdata.pyandbo_fromdata.pyscripts, datasets are loaded with thedata_processing.load_datafunction. This function has apath_to_csvarg, but it is not exposed in these scripts. We should add this arg as a command-line flag and let it be set in this script through this function.This will make the scripts more robust to the location of where the scripts are called.