November 2019
Intermediate to advanced
346 pages
9h 36m
English
Preparation for this recipe involves installing scikit-learn, pandas, and matplotlib in pip. The command is as follows:
pip install sklearn pandas matplotlib
In preparation for this recipe, you will want to load in the data frame from the previous recipe (or just continue from where the previous recipe ended).