Page MenuHomePhabricator

Report contains wrong ranking method when rank-then-aggregate is used
Closed, ResolvedPublic

Description

For both ranking methods aggregate-then-rank and rank-then-aggregate the following description is contained in the report:

Algorithms are ordered according to the following chosen ranking scheme:
aggregate using function (“median”) then rank

Event Timeline

eisenman created this task.

actually it was

aggregate using function ("median") then rank

and

rank then aggregate using function ("median") then rank

which is precisely correct.
However, I see that the rank-thenAggregate-thenRank in the latter case is a bit confusing and I shortened to "rank then aggregate using function ("median") "