WillKoehrsen / feature-selector

Feature selector is a tool for dimensionality reduction of machine learning datasets

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Multicollinear features

Rabia89 opened this issue · comments

I have a dataset where the feature selector (identify_collinear) is identifying all of the features (3551 total features) are collinear. The output is:
3550 features with a correlation magnitude greater than 0.10.
3550 features with a correlation magnitude greater than 0.50.
3550 features with a correlation magnitude greater than 0.00.
3550 features with a correlation magnitude greater than 0.97.

Can you please help me in this regard?