e2tree
R package e2tree by massimoaria — release notes from GitHub.
The explainable-ensemble-tree package now measures whether its own explanations are faithful.
◆Recent moves
- 3mo ago
CatBoost multi-class and loss-function handling repaired
Two hard failures in the CatBoost adapter get fixed: multi-class objectives return a per-class score matrix that broke leaf-proxy assignment outright, and some CatBoost releases return the loss function as a list rather than a string, which crashed detection. Neither is glamorous, but supporting several ensemble backends means inheriting each one's return-type quirks, and both bugs made the adapter unusable rather than merely wrong.
View source ↗ - 4mo ago
A significance-tested measure of explanation fidelity
⚡ SPARKThe release that gives the method a way to be checked: goi() measures how well the estimated tree reconstructs the original ensemble's proximity matrix, goi_perm() tests that measure against a permutation distribution, and goi_analysis() returns both. Interactive visualisation and a C++ parallel backend ship in the same release, but the index is what changes what this package can claim.
View source ↗ - 1y ago
ranger models supported
Support for ranger widened the set of ensembles the method could be applied to, the start of the multi-backend surface whose per-library quirks later releases have been absorbing. Plot improvements accompany it.
View source ↗