diff --git a/g3doc/api_docs/python/tfdv/StatsOptions.md b/g3doc/api_docs/python/tfdv/StatsOptions.md index a5e19303..b02f7202 100644 --- a/g3doc/api_docs/python/tfdv/StatsOptions.md +++ b/g3doc/api_docs/python/tfdv/StatsOptions.md @@ -2,7 +2,7 @@ - + @@ -28,7 +28,7 @@ Options for generating statistics. ```python __init__( generators=None, - feature_whitelist=None, + feature_allowlist=None, schema=None, weight_feature=None, slice_functions=None, @@ -56,7 +56,7 @@ Initializes statistics options. * `generators`: An optional list of statistics generators. A statistics generator must extend either CombinerStatsGenerator or TransformStatsGenerator. -* `feature_whitelist`: An optional list of names of the features to +* `feature_allowlist`: An optional list of names of the features to calculate statistics for. * `schema`: An optional tensorflow_metadata Schema proto. Currently we use the schema to infer categorical and bytes features. @@ -112,7 +112,7 @@ Initializes statistics options. -

feature_whitelist

+

feature_allowlist