Skip to content

Slides & Notebooks for the Machine Learning Workshop

Notifications You must be signed in to change notification settings

nkaenzig/ml-workshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Machine Learning Workshop

Install Python

Windows & Mac OSX & Linux:

  1. Install Python
  • If you use linux: check section below, then proceed with step 2
  • If you use Windows/Mac; Download Miniconda (Python 3.7, 64bit)
    .exe Installer for Windows (Check "Add Anaconda to my PATH environment variable")
    .pkg Installer for Mac
    .sh Installer for Linux
    https://docs.conda.io/en/latest/miniconda.html
  1. Open a terminal & install Jupyter Notebook & required libraries
conda install jupyter
conda install scikit-learn
conda install pandas
conda install matplotlib
  1. Clone github repo and start jupyter notebook
git clone https://github.com/nkaenzig/ml-workshop.git
cd ml-workshop
jupyter notebook

About

Slides & Notebooks for the Machine Learning Workshop

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published