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

Kim XNN TODOs #15

Open
12 tasks done
jphall663 opened this issue Nov 22, 2019 · 1 comment
Open
12 tasks done

Kim XNN TODOs #15

jphall663 opened this issue Nov 22, 2019 · 1 comment
Assignees

Comments

@jphall663
Copy link
Contributor

jphall663 commented Nov 22, 2019

Features

  • Input feature list (hopefully informed by @navdeep-G using GBM Shapley)

For simulated data

  • Unconstrained feedforward ANN trained w/ 5-fold CV with training/CV and test AUC, Accuracy, RMSE, logloss
  • XNN trained w/ 5-fold CV with training/CV and test AUC, Accuracy, RMSE, logloss
  • Mean local feature importance values across quintiles of predictions (by Shapley or gradient-based) for XNN for top 5 features
  • Ridge function curves for XNN for top 5 features
  • ICE curves at quintiles of predictions for XNN for top 5 features

For mortgage data

  • Unconstrained feedforward ANN trained w/ 5-fold CV with training/CV and test AUC, Accuracy, RMSE
  • XNN trained w/ 5-fold CV with training/CV and test AUC, Accuracy, RMSE
  • Mean local feature importance values across quintiles of predictions (by Shapley or gradient-based) for XNN for top 5 features
  • Ridge function curves for XNN for top 5 features
  • ICE curves at quintiles of predictions for XNN for top 5 features

Fairness

  • Pandas frame of predictions and row IDs for the test data for @nickpschmidt to conduct discrimination testing for XNN
@jphall663 jphall663 assigned jphall663 and kmontgom2400 and unassigned jphall663 Nov 22, 2019
@jphall663
Copy link
Contributor Author

jphall663 commented Dec 6, 2019

from 12/6 meeting: (supercedes above)

  • test accuracy, auc, logloss, RMSE
  • try for shapley values in the margin\logodds space: model_output=margin?
  • provide csv of shapley values, preferably in both spaces, margin and prob (patrick will make global shap importance and local shap plot)
  • provide CSV of ridge functions for top 3 features (patrick will make histograms)
  • provide frame of probs for nick

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

2 participants