We've updated the ServiceNow Community Code of Conduct, adding guidelines around AI usage, professionalism, and content violations. Read more

Predictive intelligence Unable to predict.

VaibhavP5059517
Tera Contributor

I have trained a predictive intelligence model in "Similarity" in tested that it was working fine but now it is showing "unable to predict"

VaibhavP5059517_0-1770966886223.png

Can someone tell the possible cause and its resolution.

6 REPLIES 6

rpriyadarshy
Tera Guru

@VaibhavP5059517 

 

@VaibhavP5059517 

 

Unable to predict” means the model executed successfully, but ServiceNow could not find a valid similarity match due to input, threshold, or data mismatch — I do NOT  think ITS  not a platform error.
 
Retrain the model if data distribution has changed (data drift)
 
Review and lower the Similarity Score Threshold if needed as If no historical record exceeds the configured similarity threshold, the model returns Unable to predict. Adjusting the threshold improves coverage when data patterns drift over time.
 
 
Hope This Helps.
Regards
RP
 

I have tried retraining and decreasing the threshold to 10, is there any other way + I also wanted to know that I am triggering this model using script include and it is giving the result only if the user has admin role else not, so is there any specific role for that.