Uses of Interface
org.tribuo.classification.explanations.TabularExplainer
Package
Description
Provides an implementation of LIME (Locally Interpretable Model Explanations).
-
Uses of TabularExplainer in org.tribuo.classification.explanations.lime
Modifier and TypeClassDescriptionclass
LIMEBase merges the lime_base.py and lime_tabular.py implementations, and deals with simple matrices of numerical or categorical data.class
Uses the columnar data processing infrastructure to mix text and tabular data.class
Uses a TribuoTextFeatureExtractor
to explain the prediction for a given piece of text.