Github user BryanCutler commented on a diff in the pull request:

    https://github.com/apache/spark/pull/10602#discussion_r48917505
  
    --- 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:
    --- End diff --
    
    There are extra spaces in the indentations here.  :param should line up 
with 'Computes' as before


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to