Technical requirements
The following are the requirements for this chapter and will help you better understand the concepts, use them in your projects, and practice with the provided code:
- Python library requirements:
pandas
>= 1.4.4sklearn
>= 1.2.2
DVC
>= 1.10.0- You should also have basic knowledge of the machine learning life cycle
You can find the code files for this chapter on GitHub at https://github.com/PacktPublishing/Debugging-Machine-Learning-Models-with-Python/tree/main/Chapter10.