Technical requirements
In this chapter, we will be using Python 3 with the following supporting libraries:
deap
numpy
pandas
matplotlib
seaborn
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 Wine dataset: https://archive.ics.uci.edu/ml/datasets/Wine
The programs that will be used in this chapter can be found in this book’s GitHub repository:
Check out the following video to see the code in action: https://packt.link/OEBOd