Skip to content

Commit b18fd07

Browse files
committed
trigger jenkins
1 parent 2c951b8 commit b18fd07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/pyspark/mllib/fpm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
@inherit_doc
2525
class FPGrowthModel(JavaModelWrapper):
2626

27-
"""A FP-Growth model for mining frequent itemsets using Parallel FP-Growth algorithm.
27+
"""A FP-Growth model for mining frequent itemsets using the Parallel FP-Growth algorithm.
2828
2929
>>> r1 = ["r","z","h","k","p"]
3030
>>> r2 = ["z","y","x","w","v","u","t","s"]

0 commit comments

Comments
 (0)