Skip to content

TypeError: __init__() got an unexpected keyword argument 'feature_whitelist' #188

Closed
@ghost

Description

According to the documentation of tfdv.StatsOptions, it accepts a parameter called feature_whitelist, which is not true for the website documentation. I'm trying to pass a list of feature names, however I get the following error (tfdv version 1.2.0):

TypeError: __init__() got an unexpected keyword argument 'feature_whitelist'

I understand that the class may be fully functional without that attribute however, the difference in both docs can be misleading.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions