This goes alongside the blog post "Regression With Scikit Learn (Part 2)".
This kit expects that you're using Conda (although other package managers and virtual environment managers are fine).
For this base template, you will need to install a few base packages.
$ conda install scikit-learn pandas numpy matplotlib ipykernel
# ... conda install output
docs/
contains some Python Notebooks. In order to run, there will be some requirements.