API Reference
This page contains the API reference for public objects and function within TrustyAI. See the (example notebooks) for usage guides and tutorials.
trustyai.initializer
Initializing The JVM
|
Manually initialize the JVM. |
trustyai.model
Feature and Output Objects
|
Create a Java |
|
Create a Java |
|
Create a Java |
Data Objects
|
Wrapper class for TrustyAI Datasets. |
Model Classes
|
Wrap any Python predictive model. |
trustyai.explainers
LIME
|
"Which features were most important to the results?" |
|
Wraps LIME results. |
SHAP
|
"By how much did each feature contribute to the outputs?" |
|
Generate a background for the SHAP explainer |
|
Wraps SHAP results. |
Counterfactuals
|
"How do I get the result I want?" |
|
Wraps Counterfactual results. |
trustyai.utils
|
The TrustyAI Assistant and Dashboard. |