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 `sharp.show_versions()` function #28

Closed joaopfonseca closed 4 months ago

joaopfonseca commented 4 months ago

Describe the workflow you want to enable

Add a function to easily print system/environment information to add to bug reports.

Describe your proposed solution

Implement the function, similar to sklearn.show_versions()

Describe alternatives you've considered, if relevant

No response

Additional context

No response