MCPcopy 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"""
2The Frequent Pattern Growth algorithm (FP-Growth) is a widely used data mining
3technique for discovering frequent itemsets in large transaction databases.
4

Callers

nothing calls this directly

Calls 2

create_treeFunction · 0.85
mine_treeFunction · 0.85

Tested by

no test coverage detected