evalml.data_checks.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:
Check if any of the features are highly correlated with the target.
Check if any of the features are highly correlated with the target.
-