NorskRegnesentral / shapr

Explaining the output of machine learning models with more accurately estimated Shapley values
https://norskregnesentral.github.io/shapr/
Other
138 stars 32 forks source link

Enabling the MSEv criterion for the Python wrapper #384

Closed LHBO closed 2 months ago

LHBO commented 3 months ago

The MSEv criterion was not returned in the Python wrapper. I fixed this and updated the examples to accept it as an output from the explain function.

martinju commented 2 months ago

The failing tests are unrelated to anything in this PR (newer R versions on some systems complain about minor bugs in the documentation), so I will merge the PR anyway.