Technical requirements
The following requirements are needed for this chapter as they help you better understand the concepts and enable you to use them in your projects and practice with the provided code:
- Python library requirements:
sklearn
>= 1.2.2ray
>= 2.3.1tune_sklearn
>= 0.4.5bayesian_optimization
>= 1.4.2numpy
>= 1.22.4imblearn
matplotlib
>= 3.7.1
- Knowledge of machine learning validation techniques such as k-fold cross-validation
You can find the code files for this chapter on GitHub at https://github.com/PacktPublishing/Debugging-Machine-Learning-Models-with-Python/tree/main/Chapter05.