MCPcopy Index your code
hub / github.com/TheAlgorithms/Python / apriori_algorithm.py

File apriori_algorithm.py

machine_learning/apriori_algorithm.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1"""
2Apriori Algorithm is a Association rule mining technique, also known as market basket
3analysis, aims to discover interesting relationships or associations among a set of
4items in a transactional or relational database.

Callers

nothing calls this directly

Calls 2

aprioriFunction · 0.85
load_dataFunction · 0.70

Tested by

no test coverage detected