Skip to content

Commit

Permalink
add links to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
paulbkoch committed Aug 11, 2023
1 parent 96561cd commit 6a52cb4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -678,6 +678,8 @@ We also build on top of many great packages. Please check them out!
- [The eXplainable A.I.: With Python examples](https://www.amazon.com/eXplainable-I-Python-examples-ebook/dp/B0B4F98MN6)
- [Platform and Model Design for Responsible AI: Design and build resilient, private, fair, and transparent machine learning models](https://www.amazon.com/Platform-Model-Design-Responsible-transparent/dp/1803237074)
- [Explainable AI Recipes](https://www.amazon.com/Explainable-Recipes-Implement-Explainability-Interpretability-ebook/dp/B0BSF5NBY7)
- [Ensemble Methods for Machine Learning](https://www.amazon.com/Ensemble-Methods-Machine-Learning-Kunapuli/dp/1617297135)
- [Platform and Model Design for Responsible AI: Design and build resilient, private, fair, and transparent machine learning models](https://www.amazon.com/Platform-Model-Design-Responsible-transparent/dp/1803237074)

# External tools

Expand Down
1 change: 1 addition & 0 deletions scripts/release_process.txt
Expand Up @@ -177,6 +177,7 @@ set_visualize_provider(InlineProvider())
- conda install --yes -c conda-forge interpret
- cd <REPO_ROOT>
- cd examples/python
- pip install --yes jupyter
- jupyter notebook
- open all the example notebooks, run them, and check the visualizations
- clear all outputs on all notebooks
Expand Down

0 comments on commit 6a52cb4

Please sign in to comment.