hibou.utils.write_output#
- hibou.utils.write_output(output_data: Iterable[DataFrame], path: str = None)#
Write the output data into CSV files (one file per model).
Warning
The old data will be deleted.
Parameters#
- output_data
Iterable[pd.DataFrame] An iterable of
pd.DataFramethat contain the output of each model.- path
str, optionnal By default:
"{config.OUTPUT_DIR}/output". The path of the data.
- output_data