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

`rank` method from ranking QoIs not working as expected #11

Closed joaopfonseca closed 10 months ago

joaopfonseca commented 10 months ago

Describe the bug

When self.X is not None and the goal is to get rankings for a given X input, the output rankings are based on a dataset which is the concatenation between self.X and X, which may yield unintended results.

Steps/Code to Reproduce

No response

Expected Results

No response

Actual Results

No response

Versions

No response