Skip to content

Commit

Permalink
updated references
Browse files Browse the repository at this point in the history
  • Loading branch information
benblack1 committed Mar 21, 2022
1 parent df22cc7 commit b91ffd7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,3 +82,9 @@ There are more graphs to explore. If you are interested in learning more about D
### Other Model Explainers

There are more than just these two, but SHAP is one of the most widely used in the community and has the most support. DALEX also appears to be somewhat popular. LIME (Local Interpretable Model-Agnostic Explanations) and Microsoft’s InterpretML are two other model explainers that you could use. If you're interested in learning more, you ask your nearest search engine.

### Further Reading

Here are some great resources to learn more:
SHAP: [https://shap.readthedocs.io/en/latest/index.html](https://shap.readthedocs.io/en/latest/index.html), [https://minimatech.org/explain-python-machine-learning-models-with-shap-library/](https://minimatech.org/explain-python-machine-learning-models-with-shap-library/)
DALEX: [https://dalex.drwhy.ai/python/](https://dalex.drwhy.ai/python/)

0 comments on commit b91ffd7

Please sign in to comment.