Technical requirements
The following requirements are applicable to this chapter as they will help you better understand the concepts, be able to use them in your projects, and practice with the provided code:
- Python library requirements:
numpy
>= 1.22.4matplotlib
>= 3.7.1tenseal
>= 0.3.14pycryptodome
= 3.18.0pycryptodomex
= 3.18.0
If you are a Mac user and run into issues with tenseal
installation, you can install it directly by cloning its repository, as explained at https://github.com/OpenMined/TenSEAL/issues.
The code files for this chapter are available on GitHub at https://github.com/PacktPublishing/Debugging-Machine-Learning-Models-with-Python/tree/main/Chapter16.