Predictive Intelligence - Correct vs incorrect predictions Dashboard

Nimer Kawwa
Tera Contributor

Is there an OOB dashboard in the system that shows the % of "predicted correctly" over time?

I would like to see a chart of predicted correctly percentage day by day per PI solution.

1 REPLY 1

OlaN
Giga Sage
Giga Sage

Hi,

I haven't seen or heard of any OOB report/dashboard for the result you're asking for.

But you can probably build this report for yourself.

There is a table that stores the predictions made.

[ml_predictor_results]
Filter on records "Predicted correctly" == true and trend by "Final Value Date"

Should get you on your way.