Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 11b0505

Browse files
author
Eric Naeseth
committed
Weaker language.
1 parent f97a320 commit 11b0505

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Python FP-Growth
22
================
33

44
This module provides a pure Python implementation of the FP-growth algorithm for
5-
finding frequent itemsets. FP-growth exploits a (usually-valid) assumption that
5+
finding frequent itemsets. FP-growth exploits an (often-valid) assumption that
66
many transactions will have items in common to build a prefix tree. If the
77
assumption holds true, this tree produces a compact representation of the actual
88
transactions and is used to generate itemsets much faster than *Apriori* can.

0 commit comments

Comments
 (0)