View Task Intelligence prediction history
Summarize
Summary of View Task Intelligence prediction history
The Task Intelligence prediction history functionality enables ServiceNow customers to access detailed records of historical machine learning prediction results within thePredictor Result [mlpredictorresults]table. This table captures comprehensive data per prediction, including predicted language, predicted and actual values, prediction confidence, and final input/output values. Monitoring these records helps customers assess and track the performance of their Task Intelligence models in Customer Service Management.
Show less
Accessing Prediction History
Users with the roles Task Intelligence admin [sncsmmltask.tiadmin] and Customer Service manager [sncustomerservicemanager] can navigate to All > Task Intelligence for Customer Service > History to view the list of prediction results stored in the Predictor Result table.
Key Details About Prediction Records
- Records are created for every prediction attempt, including those in Testing mode where prediction values are not added to cases.
- Prediction records include fields such as Predicted Output Value, Predicted Input Value Names, Predicted Confidence (percentage), Final Input Value, and Final Output Value.
- Final values are stored when a case is closed, reflecting any updates or agent modifications.
Categorization Feedback and Data Sources
Categorization feedback captures actual case values upon case closure, provided categorization is active and predicted values differ from case values. This feedback applies to various categorization solutions:
- Email categorization solutions: Trained on data from the Email [sysemail] table.
- Case categorization solutions: Trained using Case [sncustomerservicecase] table or its extensions.
- Interaction categorization solutions: Trained using the Interaction [interaction] table.
Categorization feedback is triggered automatically via a flow and impacts how input and output values are recorded in the Predictor Result table. For example, when email data is used, final input values remain empty since agent modifications to email fields are not expected.
Handling Email Sentiment Replies and Duplicate Records
Duplicate entries may occur in the Predictor Result table for email sentiment replies. To reduce duplication, 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.