Technical requirements
We will learn how to implement various hyperparameter tuning methods with Optuna
. To ensure that you are able to reproduce the code examples in this chapter, you will require the following:
- Python 3 (version 3.7 or above)
- Installed
pandas
package (version 1.3.4 or above) - Installed
NumPy
package (version 1.21.2 or above) - Installed
Matplotlib
package (version 3.5.0 or above) - Installed
scikit-learn
package (version 1.0.1 or above) - Installed
Tensorflow
package (version 2.4.1 or above) - Installed
Optuna
package (version 2.10.0 or above)
All of the code examples for this chapter can be found on GitHub at https://github.com/PacktPublishing/Hyperparameter-Tuning-with-Python.