Whiskey is a small git implementation of the 1994 classification whiskey project by Pierre Legendre and F.-J. Lapointe
The purpose of this repository is two fold.
- Used for a master thesis 2016 at Copenhagen Business School in a project on data mining in the process of learning fundamentals
- Do the clustering in Python
Guide to using Dendograms
######Virtual Env Developed with Python 3.5
- Install python3.5 from https://www.python.org/downloads/
- Install virtual env with:
pip3.5 install virtualenv
- Create Virtual env with:
python3.5 -m venv whiskey_env
- Activate whiskey_env:
source whiskey_env/bin/activate
- Install whiskey requirements after activating whiskey_env:
pip install -r requirements.txt