evalml.data_checks.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'

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.

Class Inheritance

Inheritance diagram of IDColumnsDataCheck