Skip to content

gtaiyou24/ml-algorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ML

機械学習/統計分析パッケージ

jupyterの起動方法

$ docker build -t ml-jupyter:latest .
$ docker image inspect ml-jupyter:latest
$ docker container run --rm \
    -e GRANT_SUDO=yes \
    -e NB_UID=$UID \
    -e NB_GID=$GID \
    -p 8888:8888 \
    --name ml-jupyter \
    -v `pwd`:/home/jovyan/work \
    ml-jupyter:latest start-notebook.sh --NotebookApp.password=''

データセット


jupyter notebookをPDFで保存する方法

ブラウザでnotebookを開き、extension機能のページ目次を閉じて、Command+Pで保存される。

About

[PKG] 機械学習/統計パッケージ

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages