WillKoehrsen / feature-selector

Feature selector is a tool for dimensionality reduction of machine learning datasets
GNU General Public License v3.0
2.23k stars 768 forks source link

AttributeError: 'str' object has no attribute 'shape' #49

Open xni88 opened 3 years ago

xni88 commented 3 years ago

When I tried the following:

fs.identify_missing(missing_threshold = 0.6)

I got the error. My data is all numerical, I am not sure why I got this error? AttributeError: 'str' object has no attribute 'shape'

ayush714 commented 3 years ago

Instead of going with numerical data, go with data contained in the data frame. plz let me know if it works otherwise will check out the code.