GeneratorsΒΆ
All generators inherit from a base generator class (currently TabularBaseGenerator for tabular data), which provides powerful preprocessing capabilities including constraints and missing value handling.
For detailed information on using these Base Generator parameters (constraints, missing_imputation_method, retain_missingness), see the In-Depth Usage: Base Generator Parameters guide.