evalml.data_checks.IDColumnsDataCheck.__init__

IDColumnsDataCheck.__init__(id_threshold=1.0)[source]

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

Parameters

id_threshold (float) – The probability threshold to be considered an ID column. Defaults to 1.0.