Technical requirements
In this chapter, we will be using Python 3 with the following supporting libraries:
deap
numpy
scikit-learn
Important note
If you use the requirements.txt
file we provide (see Chapter 3), these libraries are already included in your environment.
In addition, we will be using the UCI Iris flower dataset (https://archive.ics.uci.edu/ml/datasets/Iris).
The programs that will be used in this chapter can be found in this book’s GitHub repository at the following link:
Check out the following video to see the code in action: https://packt.link/OEBOd