ML Project
0
stars
0
forks
source link
Installation
- Install Anaconda
- Run
conda env create -f environment.yml
to install dependencies
- Run
source activate ml
to activate environment
- Download datasets
- Place and uncompress datasets in the
/data
directory
Running Jupyter Notebook
- Once the conda environment has been activated, run
jupyter notebook
in your terminal
- Open browser at http://localhost:8888/?token=
- Navigate to the
solution.ipynb
file