Option One Install Python via installing Anaconda: https://www.anaconda.com/download/ (Python version 3.x.x is preferred) 2. install the following Python packages: > conda install numpy > conda install pandas > conda install matplotlib > conda install sklearn > conda install scipy
Option Two Install Python directly from: https://www.python.org/downloads/ (Python version 3.x.x is preferred) 2. install the following Python packages: > pip3 install jupyter > pip3 install numpy > pip3 install pandas > pip3 install matplotlib > pip3 install sklearn > pip3 install scipy
Lecture repository: https://github.com/sanglee/ML