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

Add `get_qoi` and `get_qoi_names` functions #27

Closed joaopfonseca closed 4 months ago

joaopfonseca commented 4 months ago

Describe the workflow you want to enable

Add a way to retrieve a list of available QoI (the names as strings) and a way to retrieve the corresponding object for custom definitions.

Describe your proposed solution

Equivalent to the sklearn functions get_scorer and get_scorer_names

Describe alternatives you've considered, if relevant

No response

Additional context

No response