Github user BryanCutler commented on a diff in the pull request:
https://github.com/apache/spark/pull/10602#discussion_r48917047
--- Diff: python/pyspark/mllib/fpm.py ---
@@ -68,11 +68,14 @@ def train(cls, data, minSupport=0.3, numPartitions=-1):
"""
Computes an FP-Growth model that contains frequent itemsets.
- :param data: The input data set, each element contains a
- transaction.
- :param minSupport: The minimal support level (default: `0.3`).
- :param numPartitions: The number of partitions used by
- parallel FP-growth (default: same as input data).
+ :param data:
+ The input data set, each element contains a transaction.
+ :param minSupport:
+ The minimal support level
--- End diff --
Please add a period after the end of the description.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]