Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gtaiyou24/ml-algorithm
[PKG] 機械学習/統計パッケージ
https://github.com/gtaiyou24/ml-algorithm
machine-learning python3 statistics
Last synced: 17 days ago
JSON representation
[PKG] 機械学習/統計パッケージ
- Host: GitHub
- URL: https://github.com/gtaiyou24/ml-algorithm
- Owner: gtaiyou24
- Created: 2017-09-20T07:51:00.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-04-20T13:57:25.000Z (over 2 years ago)
- Last Synced: 2024-11-01T13:05:38.764Z (2 months ago)
- Topics: machine-learning, python3, statistics
- Language: Jupyter Notebook
- Homepage:
- Size: 74.3 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ML
機械学習/統計分析パッケージ## jupyterの起動方法
```bash
$ 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=''
```---
## データセット- HR_comma_sep.csv: download from [Human Resources Analytics | Kaggle](https://www.kaggle.com/ludobenistant/hr-analytics)
---
## jupyter notebookをPDFで保存する方法
ブラウザでnotebookを開き、extension機能のページ目次を閉じて、Command+Pで保存される。