Technical requirements
We will learn how to implement various hyperparameter tuning methods with scikit-learn, scikit-optimize, and scikit-hyperband. To ensure that you can reproduce the code examples in this chapter, you will require the following:
- Python 3 (version 3.7 or above)
- An installed
Pandaspackage (version 1.3.4 or above) - An installed
NumPypackage (version 1.21.2 or above) - An installed
Scipypackage (version 1.7.3 or above) - An installed
Matplotlibpackage (version 3.5.0 or above) - An installed
scikit-learnpackage (version 1.0.1 or above) - An installed
scikit-optimizepackage (version 0.9.0 or above) - An installed
scikit-hyperbandpackage (directly cloned from the GitHub repository)
All of the code examples for this chapter can be found on GitHub at https://github.com/PacktPublishing/Hyperparameter-Tuning-with-Python.