Technical requirements
There are a few things that you will need to get the most out of this chapter. They are as follows:
- Anaconda Distribution. This includes conda and Navigator.You can download that from the following URL: https://www.anaconda.com/products/distribution
- A conda environment with
scikit-learn
,pandas
, andmatplotlib
. - A Jupyter notebook to perform all the coding segments. You also can use any IDE of choice or even the command line, but the assumption is that you will be working in a notebook.
After you have that set up, we can look at our first topic – how to deal with having extra data.