dsvinod90 / Project_Phase_3

CSCI:620 - Project Phase 3. Itemset mining, data cleaning and data integration

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Author Date
Vinod Dalavai, Samson Zhang, Ramparsad Kokkula
20th April 2023

CSCI-620: Project Phase 3

Pre-requisites

In order to run the main file, you need to have the following in your machine:

  • Python (> version 3)
  • PostgreSQL (> version 15 preferable)
  • Tables from the previous assignments related to Spotify dataset

Syntax

python main.py -H <hostname> -D <database_name> [-S <minimum_support>]

Default value for minimum support is 5. This can be changed by providing a custom minimum support using the optional -S flag.

About

CSCI:620 - Project Phase 3. Itemset mining, data cleaning and data integration


Languages

Language:Python 100.0%