Comment on page
Model output explanation with SHAP
It's based on Shapley values from game theory and their related extensions (you can see a detailed explanation in the SHAP documentation).
You can easily install SHAP via PyPI or conda-forge and then run it in conjunction with Neu.ro using Jupyter Notebooks.
Just follow the steps described in the project's
readme
and check how SHAP works with models focused on image classification tasks. The official SHAP documentation provides thorough and easy-to-follow guides on how to run SHAP in various environments.
As Neu.ro is integrated with Jupyter Notebooks, running SHAP on the platform is just a matter of following the corresponding tutorials.
Last modified 2yr ago