
- Post History
- Subscribe to RSS Feed
- Mark as New
- Mark as Read
- Bookmark
- Subscribe
- Printer Friendly Page
- Report Inappropriate Content
on 06-09-2018 10:22 PM
TEST THE PREDICTION USING REST API EXPLORER
-
Type REST API Explorer in the filter navigator > Explorer
-
Set Namespace as "now", API Name as "Agent Intelligence"
-
Set "solution_name" for which you need to test the prediction
-
Click the button "Add Query Parameters"
-
Add the input fields of your solutions. "short description" (in Text field 1) and "Email not working". Ensure to supply all the input fields of your solution and Click "Send"
-
You will see the response output
STEPS TO DEBUG - "PREDICTION NOT WORKING"
- Navigate to Agent Intelligence > Solution Definition > Choose the corresponding Solution Definition
- Choose the Solution which is Active from the ML Solutions related list
- Under Section, Class Confidence enter Name as <your class name> and Enter. In this case, we will enter IT Admin > Open the record
- On the Class Level Statistics section, get the values of Estimated Precision and Estimated Coverage. Let's say we have 75 and 90 respectively
- Under Precision Coverage Lookup, match the record with the values that obtained from the previous step( Est. precision 75 and Est. Coverage 90).
- Configure the list layout and add "threshold" column. Get the threshold value. For class "IT Admin" we got the threshold value as 25.
Since confidence value 15 is less than the threshold value 25, prediction did not happen for INC123456.
If threshold value greater than confidence, the prediction will not happen. You might want to configure the precision/threshold value for the outcome class.
- 1,556 Views
- Mark as Read
- Mark as New
- Bookmark
- Permalink
- Report Inappropriate Content
Hi Sri,
Nice informative article.
Can you please mention some approaches in which we can configure the precision/threshold value.

- Mark as Read
- Mark as New
- Bookmark
- Permalink
- Report Inappropriate Content
Hi Subhajit,
For Configuring precision/threshold values, you set the value of confidence greater than precision for corresponding class. That would be the approach if you want prediction to happen. However, this may result in predictions not being accurate.
If your dataset is having a wider distribution/coverage the confidence will increase and so prediction will not fail.
You can use Prediction result dashboard to determine if solution predictions are improving over time.
Thanks,
Sri
- Mark as Read
- Mark as New
- Bookmark
- Permalink
- Report Inappropriate Content
Hi Sri,
I am trying to run test the solution using REST API Explorer.
But the prediction is failing. Also I cannot see any topwords in ml_class_list.do
Any suggestions as to what might be going wrong?
Thanks,
Jayant
- Mark as Read
- Mark as New
- Bookmark
- Permalink
- Report Inappropriate Content
Hi Jayant,
I am facing the same issue since the New York upgrade. The topwords column is empty in the ml_class table.
Any updates on this?
Thanks,
Akhila