Package org.tribuo.classification.explanations.lime
package org.tribuo.classification.explanations.lime
Provides an implementation of LIME (Locally Interpretable Model Explanations).
This implementation supports numerical, text and also mixtures of numerical and text data using
the org.tribuo.data.columnar
infrastructure.
-
ClassDescriptionLIMEBase merges the lime_base.py and lime_tabular.py implementations, and deals with simple matrices of numerical or categorical data.Uses the columnar data processing infrastructure to mix text and tabular data.An
Explanation
using LIME.Uses a TribuoTextFeatureExtractor
to explain the prediction for a given piece of text.A CLI for interacting withLIMEText
.Command line options.