ClassImbalanceDataCheck.
__init__
Check if any of the features are likely to be ID columns.
threshold (float) – The minimum threshold allowed for class imbalance before a warning is raised. A perfectly balanced dataset would have a threshold of (1/n_classes), ie 0.50 for binary classes. Defaults to 0.10