lime
Local interpretable model-agnostic explanations for black box predictive models
lime survives on compatibility patches years after its research moment
◆Recent moves
- 8mo ago
Compatibility across all xgboost versions
A one-line compatibility fix so explanations work regardless of installed xgboost version. The only release in three years, and it adds nothing.
View source ↗ - 3y ago
Maintainer handover to Emil Hvitfeldt
No user-facing change, but the entry that explains why the package still receives patches at all. Everything after this point is custodial upkeep by the new maintainer.
View source ↗ - 5y ago
order() fix and lighter dependencies
Fixes an order() misuse and moves the Shiny-related packages to Suggests, trimming the install footprint.
View source ↗ - 6y ago
Namespace fix following glmnet changes
A single import fix after upstream glmnet changes. Compatibility only.
View source ↗ - 7y ago
explain() gains pass-through args and gower_pow tuning
The last release with real content: explain() forwards arguments to the underlying predict() method, gower_pow lets users reshape the distance weighting, and the default palette changes. After this the package goes quiet.
View source ↗ - 8y ago
h2o support, NA handling and date feature types
An early broadening release: h2o models supported, missing values allowed in both training and explaining data, and date/time features handled. Shows the package in its growth phase, which the later entries no longer resemble.
View source ↗