We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c951b8 commit b18fd07Copy full SHA for b18fd07
python/pyspark/mllib/fpm.py
@@ -24,7 +24,7 @@
24
@inherit_doc
25
class FPGrowthModel(JavaModelWrapper):
26
27
- """A FP-Growth model for mining frequent itemsets using Parallel FP-Growth algorithm.
+ """A FP-Growth model for mining frequent itemsets using the Parallel FP-Growth algorithm.
28
29
>>> r1 = ["r","z","h","k","p"]
30
>>> r2 = ["z","y","x","w","v","u","t","s"]
0 commit comments