Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 507 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 507 Bytes

Objective

For the June 18 Toronto HackReduce hackathon. We are looking at the Million Songs Dataset and are looking to analyze the dataset for interesting patterns using Disco.

Dependencies

  • python-tables
  • numpy
  • liblzo2-2 (a missing dependency from python-tables)

On a Debian system: sudo apt-get install python-tables python-numpy liblzo2-2