rmwthorne / scikit-course

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

scikit-course

Contains the files and workflows built for the data science machine learning course here.

Setup

$ docker run --rm -p 8888:8888 -v "$PWD":/home/jovyan/work jupyter/scipy-notebook:latest

Then navigate to the url provided in the terminal output, typically [http://localhost:8888/?token=]

About