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

Sample without replacement #9

Closed joaopfonseca closed 9 months ago

joaopfonseca commented 10 months ago

Describe the workflow you want to enable

Currently, sampling is being done with replacement for ease of implementation. However, the original method does sampling without replacement. This must be changed.

Describe your proposed solution

No response

Describe alternatives you've considered, if relevant

No response

Additional context

No response