Skip to content

Draft: Display the second best prediction in id-er

Andrew Rechnitzer requested to merge secondguess into id_pred_warn

The Auto-ID routine now spits out the second-best prediction for that test (by looking for the next lowest cost option in that row of the cost-matrix).

The ID-er client displays (in small type) that second best prediction. The user can click on the appropriate button to use the secondary prediction instead of the primary one. In ruff tests, this seems to be the right prediction in maybe 60%-ish of the time when primary prediction is wrong.

Unsure how useful this really is.

Merge request reports