I am using random forest classifier for feature selection. I have 70 features in all and I want to select the most important features out of 70. Below code shows the classif
I would try the following approach:
1e-4
SelectFromModel
fit & transformRandomForestClassifier
in your case) for selected featuresUsing this approach you can estimate what is the best threshold
for your particular data and your estimator