Configurator¶
The Hazy Configurator allows users to configure the settings for training a Generator and using it to generate synthetic data.
With the Configurator, the user can create a Training Configuration and Generation Configuration which are the main objects provided to the Client in order to train and use a Generator model.
The Configurator interface is provided by the hazy_configurator
package.
- Hazy Configuration
- Data Connectors
- Data Schema
- Data Table
- Data Types
- Age Type
- Category Type
- City Type
- Combination Type
- Constant Type
- Country Type
- Currency Type
- Custom Address Type
- Datetime Type
- District Type
- Driving License Number Type
- Email Type
- Float Type
- Foreign Key Type
- Gender Type
- ID Type
- Integer Type
- List Type
- Location Type
- Mapped Type
- Name Type
- Passport Type
- Percentage Type
- Person Type
- Postcode Type
- Raw Type
- Real Type
- Region Type
- State Type
- Street Address Type
- Symbol Type
- Timedelta Type
- Title Type
- Username Type
- Entities
- Base
- Evaluation
- Model Parameters
- Custom Handlers
- Age Handler
- Bounded Handler
- Cat Mapper Handler
- Combination Handler
- Component Handler
- Conditioned Handler
- Conditioned ID Handler
- Currency Handler
- Date Format Handler
- Date Reformat Handler
- Determined Handler
- Formula Handler
- ID Handler
- ID Mapper Handler
- Location Handler
- Mapped Handler
- One-Hot Handler
- Person Handler
- Pattern Handler
- Placeholder Handler
- Sample Handler
- Sequence Handler
- Single Column Normaliser Handler
- Symbol Handler
- Text Category Handler
- Timedelta Handler
- Post Generation
- Database Subsetting
- Settings
- REST API Types
- Appendices