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, optionnal

By default: "{config.OUTPUT_DIR}/output". The path of the data.

Returns#

np.array

A NumPy array that contains the estimates of each model.