hibou.utils.read_input#

hibou.utils.read_input(path: str = None)#

Read the CSV files that contains the data to train and test the artificial neural network.

Parameters#

pathstr, optionnal

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

Returns#

tuple

A tuple that contains three elements:

  • the inputs

  • the targets

  • the timestamps