[Optional] Payload Analytics
OpenScale can help users understand model usage and behavior through payload analytics
Last updated
OpenScale can help users understand model usage and behavior through payload analytics
Last updated
OpenScale gather the input received by the model it is monitoring as well as the predictions made by the model. This payload data contains all the feature values for the actual scoring requests, as well prediction values and associated probabilities. The payload data allows users to explore model behavior over time. Which can be done programmatically or through the web interface.
Open the Watson OpenScale dashboard.
When the dashboard loads, Click on the 'Model Monitors' tab and you will see the one deployment you configured in the previous section.
Under the Analytics title, Click on the 'Predictions by Confidence' option to display the confidence distribution of the models predictions.
This view can be used to determine if there are low confidence predictions that may need to be investigated.
Click on the 'Chart Builder' option on the left panel and use the following values to build a chart:
For Y-Axis (Measurement), select: Feature Percentage
For Y-Axis Feature, select: CheckingStatus
For X-Axis (Dimension), select: Confidence
From this example, we can see that confidence of the model is lower when the feature CheckingStatus is 'no_checking'. This may serve as an indicator to further inspect and validate payload records with this same status.
In Watson Studio, select the project that you previously imported and click on the 'Assets' tab on the top of the project page.
Under the 'Notebooks' section, Click on the 'payload-analytics' notebook and then click on the pencil icon to enable you to edit / run the notebook.
After the notebook environment starts up, scroll down to the section titled 'Configure Service Credentials'. Copy and Paste the Cloud API Key that you saved to a text editor earlier.
Go back to the first cell in the notebook and run the notebook. You can run the cells individually by clicking on each cell and then click the Run
button at the top of the notebook.
Explore the charts / visualizations in the notebook.