You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<1> The `model` field specifies configuration regarding the model to be used.
197
208
<2> The `explainer` field specifies the configuration of the explainer itself. In this instance, the number of samples.
198
209
210
+
[NOTE]
211
+
====
212
+
A detailed reference of all supported explainer configurations can be found xref:trustyai-service-api-reference.adoc#LimeExplainerConfig[here for LIME] and xref:trustyai-service-api-reference.adoc#SHAPExplainerConfig[here for SHAP].
213
+
====
214
+
199
215
=== Results
200
216
201
217
The output will show the saliency scores and confidence for each input feature used in the inference.
0 commit comments