This is the code implmentation of the published Medium Article: The Art of Hyperparameter Tuning in Python.
The article covers all useful hyperparameter tuning methods in one place. You will not only learn the concept of each of the hyperparameter tuning methods but also when you should use each of them. Moreover, the explanation will also be accompanied by the relevant visualization that can help you understand better how each of the methods works.
There are 6 methods that will be discussed in this article:
- Grid Search
- Random Search
- Coarse to Fine Search
- Bayesian Search
- Genetic Algorithm
- Manual Search