Skip to content

kosukeKK/python-ml

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jupyterで触れながら学ぶ機械学習速習会

Setup

Prerequisites

If necessary, install docker. https://docs.docker.com/docker-for-mac/

Clone this repogitory

git clone git@github.com:tan-z-tan/python-ml.git

cd python-ml

Pull Docker image

docker pull tanztan/python-ml

Run docker

docker run -v `pwd`:/home/jovyan/work -p 8888:8888 -it tanztan/python-ml

(Optional)

If you could not setup your environment, you maybe use https://try.jupyter.org/ as your Jupyter env.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 100.0%