evalml.data_checks.
ClassImbalanceDataCheck
Checks if any target labels are imbalanced beyond a threshold. Use for classification problems
name
Instance attributes
Methods:
__init__
Check if any of the target labels are imbalanced, or if the number of values for each target
validate
Checks if any target labels are imbalanced beyond a threshold for binary and multiclass problems