Technical requirements
You need the following 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:
dowhy
== 0.5.1bnlearn
== 0.7.16sklearn
>= 1.2.2d3blocks
== 1.3.0
- You will also require basic knowledge of machine learning model training, validation, and testing
The code files for this chapter are available on GitHub at https://github.com/PacktPublishing/Debugging-Machine-Learning-Models-with-Python/tree/main/Chapter15.