Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 900 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 900 Bytes

Whiskey

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