evalml.data_checks.LabelLeakageDataCheck

Inheritance diagram of LabelLeakageDataCheck
class evalml.data_checks.LabelLeakageDataCheck(pct_corr_threshold=0.95)[source]

Check if any of the features are highly correlated with the target.

name = 'LabelLeakageDataCheck'

Instance attributes

Methods:

__init__

Check if any of the features are highly correlated with the target.

validate

Check if any of the features are highly correlated with the target.