Machine Learning workshop for Orcatech. Made for Y1 undergraduates across all majors.
Download Python 3 https://www.python.org/downloads/
Open up your terminal and use pip to install jupyter, pandas, numpy, matplotlib, scikit-learn:
pip3 install pandas numpy jupyter matplotlib scikit-learn
Try to launch jupyter notebook in the terminal:
jupyter notebook
This should open in the browser, you can the navigate to the file you want to open.
When you want to exit, close the tab and go back to the terminal and shut it down using Ctrl-C
.