Technical requirements
The following requirements should be considered for this chapter as they will help you better understand the concepts, use them in your projects, and practice with the provided code:
- Python library requirements:
sklearn
>= 1.2.2numpy
>= 1.22.4pytest
>= 7.2.2shap
>= 0.41.0aif360
>= 0.5.0fairlearn
>= 0.8.0
- Basic knowledge of the machine learning explainability concepts discussed in the previous chapter
You can find the code files for this chapter on GitHub at https://github.com/PacktPublishing/Debugging-Machine-Learning-Models-with-Python/tree/main/Chapter07.