Explain Model Action Set: Syntax
Provides actions for explaining already trained models.
Table of Actions
| Action Name | Description |
|---|---|
| linearExplainer | Uses linear models to explain already trained models. Supports global linear surrogates as well as the local methods: LIME and KERNEL SHAP. |
| partialDependence | Computes the partial dependence of an already trained model. |
| shapleyExplainer | Computes Shapley value estimates for a query given a reference table |
Last updated: September 10, 2021
Last updated: September 10, 2021