evalml.data_checks.MulticollinearityDataCheck

class evalml.data_checks.MulticollinearityDataCheck(threshold=0.9)[source]

Check if any set features are likely to be multicollinear.

name = 'MulticollinearityDataCheck'

Methods:

__init__

Check if any set of features are likely to be multicollinear.

validate

Check if any set of features are likely to be multicollinear.

Class Inheritance

Inheritance diagram of MulticollinearityDataCheck