evalml.data_checks.TargetLeakageDataCheck

class evalml.data_checks.TargetLeakageDataCheck(pct_corr_threshold=0.95)[source]

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

name = 'TargetLeakageDataCheck'

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.

Class Inheritance

Inheritance diagram of TargetLeakageDataCheck