pe.callback.tabular.save_tab_to_csv module
- class pe.callback.tabular.save_tab_to_csv.SaveTabToCSV(output_folder, iteration_format='09d')[source]
Bases:
CallbackThe callback that saves the synthetic tabular data to a CSV file.
- __call__(syn_data)[source]
This function is called after each PE iteration that saves the synthetic tabular data to a CSV file.
- Parameters:
syn_data (
pe.data.Data) – Thepe.data.Dataobject of the synthetic data