Continuous (GaussianGenerator)
The Continuous generator generates a continuous distribution to fit the underlying data.
Link object structure
The Continuous generator supports linking. It cannot be made consistent, but you can configure differential privacy.
The metadata
object is populated from the BaseMetadata
object.
The Continuous generator does support partitioning, which is configured in the partitions
object outside of the links
object.
There is no generator-specific configuration.
Example replacement
In this example replacement for the Continuous generator, differential privacy is enabled. The capital-gain
column is partitioned by the native-country
and income
columns.
Last updated