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#
- inputs
pd.DataFrame The inputs data to be written.
- targets
pd.DataFrame The targets data to be written.
- timestamps
pd.DataFrame The timestamps data to be written.
- path
str, optionnal By default:
"{config.OUTPUT_DIR}/input". The path of the data.
- inputs