midr
Learning from Black-Box Models by Maximum Interpretation Decomposition
A black-box interpreter reaches CRAN, then learns multi-class and survival responses
◆Recent moves
- 5mo ago
Matrix responses bring multi-class and survival models in scope
⚡ SPARKTwo months after arriving on CRAN, midr widens what it can interpret: interpret() takes a matrix for the response, which covers multi-class classifiers and survival models, and midlist and midrib objects hold several interpretations together. Class names are shortened and two arguments renamed in the same release.
View source ↗ - 7mo ago
First CRAN release: MID surrogate models for black-box explanation
⚡ SPARKThe package's first stable release, and the base everything since builds on: decomposition of predictions into main and second-order interaction effects, a full set of base and ggplot2 visualisations, and exact Shapley values for the surrogate with shapviz integration.
View source ↗ - 7mo ago
Memory-efficient fitting for large design matrices
Scaling work rather than new scope: the fitting path's space complexity is improved for datasets with many observations, a save.memory option is added, and the prediction engine is rewritten to stop storing term effect matrices. Note the stamps — this fourth release was published 28 seconds before the initial one.
View source ↗