Anonymous
Multicollinearity between features is when 2 or more independent features are correlated. Certain models such as linear regression assumes that underlying data has no Multicollinearity. We can use VIF to see if there is any Multicollinearity in the data. we can remove features with VIF value >5 to address Multicollinearity