You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using LIME and a set of test cases show which features are most important over a regression range - do we see a pattern?
Consider adding Shapely
Confusion matrix (used binned data) ?
Can I extract LIME features to explain what's in the model?
Consider Breiman's RF suggestion of randomizing each key feature in turn in the test set, then observing the overall change in the score - which variables are critical? How well does this mirror feature-importance? -> recently added to ELI5 https://eli5.readthedocs.io/en/latest/blackbox/permutation_importance.html
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: