Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
""
"
2
Apriori Algorithm is a Association rule mining technique, also known
as
market basket
3
analysis, aims to discover interesting relationships or associations among a set of
4
items in a transactional or relational database.
Callers
nothing calls this directly
Calls
2
apriori
Function · 0.85
load_data
Function · 0.70
Tested by
no test coverage detected