Open yuanjie-ai opened 5 years ago
Make sure you have called identify_*()
method before calling remove
method.
I am facing the same issue even I call fs.identify_collinear(correlation_threshold = 0.95) train_removed = fs.remove(methods = 'all')
`2 features with a correlation magnitude greater than 0.95.
AttributeError Traceback (most recent call last)
AttributeError: 'FeatureSelector' object has no attribute 'data_all'