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
|`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`|
200
200
|`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`|
202
202
|`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||
203
203
|`confidence_score_threshold_multilabel`| This parameter is specific to multilabel classification. The confidence score threshold above which labels are selected for generating explanations. | Float ||
0 commit comments