hibou.utils.write_input#

hibou.utils.write_input(inputs: DataFrame, targets: DataFrame, timestamps: DataFrame, path: str = None)#

Write the data for train and test into CSV files.

Parameters#

inputspd.DataFrame

The inputs data to be written.

targetspd.DataFrame

The targets data to be written.

timestampspd.DataFrame

The timestamps data to be written.

pathstr, optionnal

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