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_dataIterable[pd.DataFrame]

An iterable of pd.DataFrame that contain the output of each model.

pathstr, optionnal

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