Page MenuHomePhabricator

Add "confidence" to saved suggestion data
Closed, ResolvedPublicFeature

Description

Feature summary:
Each suggestion from MachineVision api has a confidence score, e.g. 0.91 (for 91%). The Metadata-to-Concept tool to have a similar number with each suggestion.

We need to add a 2 new columns to the suggestions table. google_vision_confidence and metadata_to_concept_confidence. They can be Null if the suggestion was not from that service.

At present, we only need to save data into the google_vision_confidence column.

NOTE: The confidence score can be found for each suggestion in this.depictSuggestions from file isa\src\participation-manager\base.js. This must be included in the suggestion data that is send to the server after a contribution.

Details

Related Changes in Gerrit:

Event Timeline

Change 824883 had a related patch set uploaded (by Eugene233; author: Eugene233):

[labs/tools/Isa@master] Add "confidence" to saved suggestion data

https://gerrit.wikimedia.org/r/824883

Change 824883 merged by jenkins-bot:

[labs/tools/Isa@master] Add "confidence" to saved suggestion data

https://gerrit.wikimedia.org/r/824883