machine learning - How to feature select for algorithms without co-effs or feature importance? -


using python , scikit learn.

fairly new machine learning, i've managed built 2 layer ensemble of learners. i've used rfecv each algorithm far. doing has increased roc 8%.

but last 2 algorithms (naive bayes , knn), can't used rfecv. there other techniques able use determine feature importance based on specific algorithm? couldn't find example of using scikit feature selection them these algorithms. majority of them have been manual takes.


Comments

Popular posts from this blog

ubuntu - PHP script to find files of certain extensions in a directory, returns populated array when run in browser, but empty array when run from terminal -

php - How can i create a user dashboard -

javascript - How to detect toggling of the fullscreen-toolbar in jQuery Mobile? -