hibou.utils.read_output# hibou.utils.read_output(path: str = None)# Read the output of the artificial neural network from a CSV file. Parameters# pathstr, optionnalBy default: "{config.OUTPUT_DIR}/output". The path of the data. Returns# np.arrayA NumPy array that contains the estimates of each model.