File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -132,9 +132,10 @@ class ModelExplainabilityCheckConfig(ClarifyCheckConfig):
132
132
133
133
Attributes:
134
134
model_config (ModelConfig): Config of the model and its endpoint to be created.
135
- explainability_config (SHAPConfig or PDPConfig): Config of the specific explainability method.
135
+ explainability_config (SHAPConfig or PDPConfig): Config of the explainability method.
136
136
Supports SHAP or PDP.
137
- For `PDPConfig`, `features` must be specified. `top_k_features` based on SHAP is currently not supported.
137
+ For `PDPConfig`, `features` must be specified.
138
+ `top_k_features` based on SHAP is currently not supported.
138
139
model_scores (str or int or ModelPredictedLabelConfig): Index or JMESPath expression
139
140
to locate the predicted scores in the model output (default: None).
140
141
This is not required if the model output is a single score. Alternatively,
You can’t perform that action at this time.
0 commit comments