Predictive Intelligence - Correct vs incorrect predictions Dashboard

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-20-2023 11:24 AM
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

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-20-2023 11:55 AM
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.