Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 615 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 615 Bytes

Orcatech_ML_Workshop

Machine Learning workshop for Orcatech. Made for Y1 undergraduates across all majors.

Setup instructions

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.