Install Python using Anaconda: https://www.anaconda.com/distribution/
We will be using the Jupyter Notebook (via jupyter lab) which is pre-installed with the Anaconda distribution
Getting the data:
- If you know git, you can
clone
this repository. - If you do not know git, there is a green "Clone or download" button on the top of the page. You can click "Download ZIP" to download the contents of this project (including the datasets).
If you can run the following lines in Python without error, you should be good to go
import pandas as pd
import seaborn as sns
import sklearn as sk
import numba