- Run
poetry install
from the root directory.- Here are instructions for installing poetry locally.
- Place transactional csv in the
data
folder.- Use
data/test.csv
as a formatting guide - Each row should represent a single transaction
- A transaction includes
n
items which are comma separated
- Use
- In
config/params.env
, set the following parameters:TRANSACTIONS
: Path to the transactions file you wish to use (e.g.data/test.csv
)MIN_SUPPORT
: The minimum support percentage
- Run
python main.py
from the local directory.
If check_sum
is zero then apriori
is working as expected.