Skip to content

Commit 42d55da

Browse files
committed
Adds LiftStatsGenerator which computes feature lift for all categorical features.
PiperOrigin-RevId: 290170664
1 parent 7158307 commit 42d55da

File tree

6 files changed

+2357
-1
lines changed

6 files changed

+2357
-1
lines changed

RELEASE.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
affected).
1010
* Compute bytes statistics for features of BYTES type. Avoid computing topk and
1111
uniques for such features.
12+
* Added LiftStatsGenerator which computes lift between one feature (typically a
13+
label) and all other categorical features.
1214

1315
## Bug Fixes and Other Changes
1416

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ def has_ext_modules(self):
8989
'pyarrow>=0.14',
9090
'six>=1.12,<2',
9191
'tensorflow>=1.15,<3',
92-
'tensorflow-metadata>=0.15.2,<0.16',
92+
'tensorflow-metadata>=0.21.0,<0.22',
9393
'tensorflow-transform>=0.15,<0.16',
9494
'tfx-bsl>=0.15.2,<0.17',
9595

0 commit comments

Comments
 (0)