Explain ability – Explainable AI
Step 5: Explain ability
Explain ability needs to be set in two places while working on AutoML images. The first one is during the training phase of the model and while deploying the model. Follow the below mentioned steps to configure explain ability of the model during training phase.
The steps shown below is for Integrated gradients method of Explainability as shown in the following screenshot:

Figure 10.7: Explain ability of image classification model
- Enable to Generate explainable bitmaps.
- Visualization type set to Outlines (pixels is another option to understand which pixels are playing important role for the prediction)..
- Color map select Pink/Green (Pink/Green color are used to highlight the areas on the image).
- Clip below and Clip above parameters are used to reduce the noise. Enter 70 and 99.9 for click below and above respectively.
- Select Original under Overlay type (pixels will be highlighted on top of the original image).
- Enter 50 for the Number of integral steps (increasing this parameter will reduce the approximation error).
Scroll down and follow the steps mentioned in the following step to set the parameters for XRAI method:

Figure 10.8: Explain ability of image classification model (XRAI)
- Choose the Color map.
- Clip below and Clip above parameters are used to reduce the noise. Enter 70 and 99.9 for click below and above respectively.
- Select Original under Overlay type (pixels will be highlighted on top of the original image).
- Enter 50 for the Number of Integral steps (increasing this parameter will reduce the approximation error).
- Click CONTINUE.
Step 6: Compute and pricing
Follow the below mentioned steps to configure the budget for the model training:

Figure 10.9: Compute and training for image classification model
- Set the minimum node hours for 8 (it is the minimum value for image data).
- Click START TRAINING.
It will take a few hours to train the image classification model. Prediction and the explanation for the prediction can be obtained.