Summary
In this chapter, we have discussed the fourth of the four groups of hyperparameter tuning methods, called the MFO group. We have discussed MFO in general and what makes it different from black-box optimization methods, as well as discussing several variants, including CFS, SH, HB, and BOHB. We have seen the differences between them and the pros and cons of each. From now on, you should be able to explain MFO with confidence when someone asks you about it. You should also be able to debug and set up the most suitable configuration for the chosen method that suits your specific problem definition.
In the next chapter, we will begin implementing the various hyperparameter tuning methods that we have learned about so far using the scikit-learn package. We will become familiar with the scikit-learn package and learn how to utilize it in various hyperparameter tuning methods.