Provides actions for explaining already trained models.
| 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 |