DataResponsibly / ShaRP

Implementation of the algorithm proposed in the paper "ShaRP: Explaining Rankings with Shapley Values", by Pliatsika et al.
MIT License
0 stars 0 forks source link

Rename `scores_to_rank` to `scores_to_ordering` #24

Closed joaopfonseca closed 4 months ago

joaopfonseca commented 4 months ago

Describe the issue.

A ranking is a permutation that can be represented by a list in which the item at rank 1 appears at position 1, item at rank 2 appears at position 2, etc (using 1-based lists to make things easier). In contrast, an ordering shows the rank of each item at the respective position.