evalml.data_checks.TargetLeakageDataCheck¶
-
class
evalml.data_checks.
TargetLeakageDataCheck
(pct_corr_threshold=0.95, method='mutual')[source]¶ Check if any of the features are highly correlated with the target by using mutual information or Pearson correlation.
-
name
= 'TargetLeakageDataCheck'¶
Methods:
Check if any of the features are highly correlated with the target by using mutual information or Pearson correlation.
Check if any of the features are highly correlated with the target by using mutual information or Pearson correlation.
-