Page MenuHomePhabricator

Download results as CSV for further processing
Closed, ResolvedPublic

Description

As an editor I want to download the resulting scores as a CSV file in order to have a base for further processing in other applications.

Problem:
We need to allow people to download a CSV of the results. It should have one column with the Item IDs and one with the numerical scores.

Screenshots/mockups:

image.png (49×167 px, 2 KB)

BDD
GIVEN a quality evaluation results page
THEN I can click a button to download the results as a CSV file

Acceptance criteria:

  • download of CSV of results table is possible
  • CSV contains Item ID and quality score

Event Timeline

Ideally, the table would give the item label, item QId, weighted ORES Score and the ORES-probabilities for a score of 1,2,3,4,5:

Item labelItem QIDWeighted ORES ScoreProbabilty 1Probability 2Probability 3Probability 4Probability 5
Awesome itemQ12344.7500.010.020.10.85

Ideally, the table would give the item label, item QId, weighted ORES Score and the ORES-probabilities for a score of 1,2,3,4,5:

Item labelItem QIDWeighted ORES ScoreProbabilty 1Probability 2Probability 3Probability 4Probability 5
Awesome itemQ12344.7500.010.020.10.85

So far no-one has asked for this split but always just for one number/category.

I've generated the CSV using all the data that @Jan_Dittrich requested as it was already available to use.

Should i reduce it down to just the basic Label, ItemID, ORES score?

I've generated the CSV using all the data that @Jan_Dittrich requested as it was already available to use.

Should i reduce it down to just the basic Label, ItemID, ORES score?

I think we should consider the probability scores for the individual classes basically as an implementation detail. They do not provide more fine-grained guidance on how to improve the Item or give the ability to better understand why the score was given. Based on that I'd say yes let's reduce it to one final score.

I am generally fine with not providing them but afaic we make at least two mathematically dubious steps so I would have the tendency to be transparent. We could also explain how the score is created in the help file, though.

Lydia_Pintscher claimed this task.
Lydia_Pintscher moved this task from In review to Done on the Item Quality Evaluator board.