Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Regression diagnosis notes #6

Open
ianozsvald opened this issue Aug 16, 2017 · 0 comments
Open

Regression diagnosis notes #6

ianozsvald opened this issue Aug 16, 2017 · 0 comments

Comments

@ianozsvald
Copy link
Owner

ianozsvald commented Aug 16, 2017

  • Add Gradient Boosted Tree Partial Dependence plot - does it agree with my 2 variable exploration with RF?
  • Add more cumulative plots
  • Reorder so the experimental stuff is at the end, the start is about explaining predictions
  • Quantile regression intervals (on RF or GBT?) using fully expanded trees
  • 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant