From d55d1655c2ed1cc89dbc744f5807012d1e0d0ff9 Mon Sep 17 00:00:00 2001 From: arghyaganguly Date: Mon, 9 Aug 2021 14:07:32 +0530 Subject: [PATCH] Replace feature_whitelist with feature_allowlist in StatsOption --- g3doc/api_docs/python/tfdv/StatsOptions.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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