Skip to content

Commit c36d773

Browse files
committed
try
1 parent a01e904 commit c36d773

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/machine-learning/how-to-responsible-ai-vision-insights.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -194,11 +194,11 @@ In addition to the parameters in the preceding section, AutoML models can use th
194194
195195
| Parameter name | Description | Type | Values |
196196
|----------------|-------------------------------------------------------|----------------------------------|--------|
197-
| `model_type` | Flavor of the model. Select `pyfunc` for AutoML models. | Enum |`pyfunc` <br> `fastai` |
198-
| `dataset_type` | Whether the images in the dataset are read from publicly available URLs or are stored in the user's datastore. <br> For AutoML models, images are always read from the user's workspace datastore, so the dataset type for AutoML models is `private`. For `private` dataset type, you download the images on the compute before generating the explanations. | Enum | `public` <br> `private` |
199-
| `xai_algorithm` | Type of XAI algorithm supported for AutoML models <br> Note: SHAP isn't supported for AutoML models. | Enum | `guided_backprop` <br> `guided_gradCAM` <br> `integrated_gradients` <br> `xrai` |
197+
| `model_type` | Flavor of the model. Select `pyfunc` for AutoML models. | Enum |`pyfunc`, <br> `fastai` |
198+
| `dataset_type` | Whether the images in the dataset are read from publicly available URLs or are stored in the user's datastore. <br> For AutoML models, images are always read from the user's workspace datastore, so the dataset type for AutoML models is `private`. For `private` dataset type, you download the images on the compute before generating the explanations. | Enum | `public`, <br> `private` |
199+
| `xai_algorithm` | Type of XAI algorithm supported for AutoML models <br> Note: SHAP isn't supported for AutoML models. | Enum | `guided_backprop`, <br> `guided_gradCAM`, <br> `integrated_gradients`, <br> `xrai` |
200200
| `xrai_fast` | Whether to use the faster version of `xrai`. If `True`, computation time for explanations is faster but leads to less accurate explanations or attributions. | Boolean ||
201-
| `approximation_method` | This parameter is specific to `integrated gradients`. <br> Method for approximating the integral.| Enum | `riemann_middle` <br> `gausslegendre` |
201+
| `approximation_method` | This parameter is specific to `integrated gradients`. <br> Method for approximating the integral.| Enum | `riemann_middle`, <br> `gausslegendre` |
202202
| `n_steps` | This parameter is specific to `integrated gradients` and `xrai`. <br> The number of steps used by the approximation method. Larger number of steps lead to better approximations of attributions or explanations. The range of `n_steps` is [2, inf], but the performance of attributions starts to converge after 50 steps.| Integer||
203203
| `confidence_score_threshold_multilabel` | This parameter is specific to multilabel classification. The confidence score threshold above which labels are selected for generating explanations. | Float ||
204204

0 commit comments

Comments
 (0)