pe.callback.common.save_checkpoints module
- class pe.callback.common.save_checkpoints.SaveCheckpoints(output_folder, iteration_format='09d')[source]
Bases:
Callback
The callback that saves checkpoints of the synthetic data.
- __call__(syn_data)[source]
This function is called after each PE iteration that saves checkpoints of the synthetic data.
- Parameters:
syn_data (
pe.data.Data
) – The synthetic data