MulticollinearityDataCheck.
validate
Check if any set of features are likely to be multicollinear.
X (ww.DataTable, pd.DataFrame, np.ndarray) – The input features to check
dict with a DataCheckWarning if there are any potentially multicollinear columns.
dict