Technical requirements
To get the most out of this chapter, you will need the Anaconda distribution installed. This will include Python, conda, and Navigator.
It is also necessary to have a conda environment setup with the following packages installed:
scikit-learn
version 0.23.xpandas
- NumPy
joblib
It is preferable to install all these at the beginning, but you can also do so at the necessary parts of the chapter.
With these parts in place, it's now time to create a pipeline.