Technical requirements
As briefly said earlier, you need to know how to build basic machine learning models with TPOT. Don't worry if you don't feel too comfortable with the library yet, as we'll develop the model from scratch. If you're entirely new to TPOT, please refer to Chapter 2, Deep Dive into TPOT, Chapter 3, Exploring Regression with TPOT, and Chapter 4, Exploring Classification with TPOT.
This chapter will be quite code-heavy, so you can refer to the official GitHub repository if you get stuck: https://github.com/PacktPublishing/Machine-Learning-Automation-with-TPOT/tree/main/Chapter08.