Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/TheAlgorithms/Python
/ frequent_pattern_growth.py
File
frequent_pattern_growth.py
machine_learning/frequent_pattern_growth.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
""
"
2
The Frequent Pattern Growth algorithm (FP-Growth) is a widely used data mining
3
technique
for
discovering frequent itemsets in large transaction databases.
4
Callers
nothing calls this directly
Calls
2
create_tree
Function · 0.85
mine_tree
Function · 0.85
Tested by
no test coverage detected