🚀 Description: Discovery of Associative Rules in Massive Datasets of Market Transactions.
🔧 Make sure you have Python >= 3.10 installed and Poetry for virtual environment and packaging setups.
- Create the environment and install the dependencies.
poetry install
- Activate the environment, using either poetry shell or the environmental setting of your IDE.
poetry shell
🚀 The package ruletune contains the API for discovering the optimal parameters of minimal support for discovering frequent itemsets and association rules in transactional databases.
This project is licensed under the MIT License. See the LICENSE file for more details.