evalml.data_checks.IDColumnsDataCheck

Inheritance diagram of IDColumnsDataCheck
class evalml.data_checks.IDColumnsDataCheck(id_threshold=1.0)[source]

Check if any of the features are likely to be ID columns.

name = 'IDColumnsDataCheck'

Instance attributes

Methods:

__init__

Check if any of the features are likely to be ID columns.

validate

Check if any of the features are likely to be ID columns.