multicollinearity_data_check¶
Module Contents¶
Classes Summary¶
Check if any set features are likely to be multicollinear. |
Contents¶
-
class
evalml.data_checks.multicollinearity_data_check.
MulticollinearityDataCheck
(threshold=0.9)[source]¶ Check if any set features are likely to be multicollinear.
- Parameters
threshold (float) – The threshold to be considered. Defaults to 0.9.
Methods
Returns a name describing the data check.
Check if any set of features are likely to be multicollinear.
-
name
(cls)¶ Returns a name describing the data check.