Introduction

Github repo: https://github.com/ztlevi/ML_101

My Gitbook workspace.

Gitbook is deployed over here. Old link is here.

All codes are available over here.

Start to contribute

git clone https://github.com/ztlevi/ML_101.git

cd ML_101

# Pre-commit plugins
pip3 install pre-commit
pre-commit install

# Please use nodejs 10
brew install nodenv node-build
nodenv install 10.23.2
nodenv local 10.23.2 # set local nodejs version

# Install dependencies
npm install
npm run docs:prepare

# Start to watch the book
npm start # or npm run docs:watch

# Deploy the book
npm run docs:publish

Use the code

pip3 install pipenv
pipenv install
pipenv shell