Config#
from tmlt.analytics import Config
- class tmlt.analytics.Config(*args, **kwargs)#
Bases:
objectConfiguration for Tumult Analytics.
- class Features#
Bases:
objectToggles for experimental features in Tumult Analytics.
Most users should not need to modify these. Any features that are disabled by default are experimental and should not be used in production. Their APIs may change at any time.
A particular feature can be enabled or disabled by using the methods on its
FeatureFlaginstance, for example:Config().features.example_feature.enable()
The current list of available features is:
auto_partition_selection: Automatically performs differentially private partition selection when passing a list of columns togroupby(). This requires evaluating the query with anApproxDPBudget.