Submitted by cblume t3_10e3rbq in MachineLearning
I made this little python package a while ago but realized I never shared it here. Maybe it's useful to you: https://github.com/bloomen/featureimpact
Submitted by cblume t3_10e3rbq in MachineLearning
I made this little python package a while ago but realized I never shared it here. Maybe it's useful to you: https://github.com/bloomen/featureimpact
iyeva t1_j4pwopf wrote
Does this not already exist in permutation_importance() in sklearn? That is also calculating the feature importance based on permutated data. I think the technique was first described in Olden et Al. 2004, so I would be surprised if there aren't even more implementations by now.
Or am I missing something different here?