Which TWO techniques can be used to detect multicollinearity among numerical features during exploratory data analysis? (Choose two.)
High correlation indicates multicollinearity.
Why this answer
Options A and B are correct. A: Correlation matrix shows pairwise correlations; high values indicate collinearity. B: Variance Inflation Factor (VIF) quantifies how much a feature is explained by others.
C: PCA reduces dimensionality but does not detect collinearity directly; D: t-tests compare means; E: Chi-square tests independence for categorical variables.