pe.callback.callback module
- class pe.callback.callback.Callback[source]
Bases:
ABCThe abstract class that defines the callback for the synthetic data generation. These callbacks can be configured to be called after each PE iteration.
- abstract __call__(syn_data)[source]
This function is called after each PE iteration.
- Parameters:
syn_data (
pe.data.Data) – Thepe.data.Dataobject of the synthetic data