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#
- path
str, optionnal By default:
"{config.OUTPUT_DIR}/input". The path of the data.
Returns#
tupleA
tuplethat contains three elements:the inputs
the targets
the timestamps
- path