evalml.data_checks.MulticollinearityDataCheck.__init__

MulticollinearityDataCheck.__init__(threshold=0.9)[source]

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

Parameters

threshold (float) – The threshold to be considered. Defaults to 0.9.