See: Description
Class | Description |
---|---|
LIMEBase |
LIMEBase merges the lime_base.py and lime_tabular.py implementations, and deals with simple
matrices of numerical or categorical data.
|
LIMEColumnar |
Uses the columnar data processing infrastructure to mix text and tabular data.
|
LIMEExplanation |
An
Explanation using LIME. |
LIMEText |
Uses a Tribuo
TextFeatureExtractor to explain the prediction for a given piece of text. |
LIMETextCLI |
A CLI for interacting with
LIMEText . |
LIMETextCLI.LIMETextCLIOptions |
Command line options.
|
This implementation supports numerical, text and also mixtures of numerical and text data using
the org.tribuo.data.columnar
infrastructure.
Copyright © 2015–2021 Oracle and/or its affiliates. All rights reserved.