iyeva
iyeva t1_j4pwopf wrote
Reply to [P] featureimpact: A Python package for estimating the impact of features on ML models by cblume
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?
iyeva t1_j4qx9aa wrote
Reply to comment by cblume in [P] featureimpact: A Python package for estimating the impact of features on ML models by cblume
Oh, oké, that's interesting! Thanks for sharing!