You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should use the current single table models as influence for the types of each parameter unless it is specifically specified above.
There will be private attributes for each of these classes not listed above that we may need. Again, draw influence or just migrate over from the current single table classes
The text was updated successfully, but these errors were encountered:
amontanez24
changed the title
Create GaussianCopula, CTGAN, TVAE, CopulaGAN and PAR synthesizer classes
Create GaussianCopula, CTGAN, TVAE and CopulaGAN synthesizer classes
Oct 5, 2022
Problem Description
Once the
BaseSynthesizer
class is created, we can add the rest of the synthesizers.Expected behavior
Create
GaussianCopulaSynthesizer
insingle_table
moduleBaseSynthesizer
__init__
attributes:Create
CTGANSynthesizer
insingle_table
moduleBaseSynthesizer
__init__
parms:Create
TVAESynthesizer
insingle_table
moduleBaseSynthesizer
__init__
parms:Create
CopulaGANSynthesizer
insingle_table
moduleCTGANSynthesizer
__init__
attributes:Additional context
The text was updated successfully, but these errors were encountered: