Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 685 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 685 Bytes

Environment preparation

If you are using Windows, you can download VirtualBox appliance from this link, to work with this environment. Otherwise you can follow steps below(For Linux users) in sequence or use Binder to try this notebook online!.

Comment this line of code on top of first cell if you are using Binder. !pip install pandas scikit-learn matplotlib

Make script executable

sudo chmod +x install.sh

Install dependencies and create environment

./install.sh

Execute Jupyter Notebook

pipenv run jupyter-notebook