View Task Intelligence prediction history
Summarize
Summary of View Task Intelligence prediction history
This feature allows ServiceNow customers to view and analyze historical prediction data generated by Task Intelligence models. Prediction results are stored in thePredictor Result [mlpredictorresults]table, which records details such as predicted language, predicted and actual values, and prediction confidence. This data helps monitor the performance of machine learning models used in customer service case categorization.
Show less
Access and Usage
Users with the roles Task Intelligence admin (sncsmmltask.tiadmin) and Customer Service manager (sncustomerservicemanager) can access the prediction history by navigating to All > Task Intelligence for Customer Service > History. The History module lists the prediction records for review.
Key Details about Prediction Records
- Records are created for every prediction event, including testing behaviors where predictions are not applied to cases.
- When a case’s status changes to Closed, categorization feedback captures key values if the predicted value differs from the actual case field value and if case categorization is active.
- Prediction solutions are trained using different data sources depending on the categorization type:
- Email categorization uses the Email [sysemail] table.
- Case categorization uses the Case [sncustomerservicecase] table or its extensions.
- Interaction categorization uses the Interaction [interaction] table.
- Prediction feedback is triggered by a flow and stores multiple data points in the Predictor Result table, including predicted and final input/output values and confidence percentages.
- For email categorization, final input values remain empty because email content is not expected to be modified by agents, but final output values are stored once the case closes.
- For record categorization, input field values are stored in the final input values and output values are updated upon case closure.
Preventing Duplicate Entries
Duplicate entries can occur in the Predictor Result table for email sentiment replies. To prevent this, it is recommended to deactivate the Predict Sentiment for Cases inbound email action. This helps maintain clean and accurate prediction history data.
View details about historical predictions in the Predictor Result [ml_predictor_results] table.
Viewing prediction data
Navigate to to view the Predictor Result list.
- Task Intelligence admin [sn_csm_ml_task.ti_admin]
- Customer Service manager [sn_customerservice_manager]
- Case categorization is active.
- The predicted field value is different from the case field value.
Categorization feedback works for record categorization solutions and for solutions with and without attachments. Email categorization solutions are trained using data from the Email [sys_email] table. Case categorization solutions are trained using data from the Case [sn_customerservice_case] table or from tables that extend the Case table. Interaction categorization solutions are trained using data from the Interaction [interaction] table.
- When email information is used for prediction, the final input values remain empty.
- When attachment information is used for prediction, the attachment sys_ids are not included in the final input values.
- Predicted Output Value Name
- Predicted Input Value Names
- Predicted Output Value
- Predicted Input Values
- Final Input Value
- Final Output Value
- Predicted Confidence (percentage)
- The Final Input Value remains empty because it is not expected that the agent will modify the values of the email, such as subject and body.
- The final value in the Predicted Output Value is stored in the Final Output Value once the case is closed.
- The values from the fields defined in Predicted Input Value Names are stored in Final Input Value.
- The final value in the Predicted Output Value is stored in the Final Output Value once the case is closed.
Email sentiment replies
Duplicate entries can be posted in the Predictor Result table for email sentiment replies. To help prevent these duplicate entries, deactivate the Predict Sentiment for Cases inbound email action. For more information, see Inbound email actions.