[ https://issues.apache.org/jira/browse/SPARK-20768?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16015437#comment-16015437 ]
Yan Facai (颜发才) commented on SPARK-20768: ----------------------------------------- Hi, I'm newbie. `numPartitions` is found in pyspark code, could you explain more details? thanks. ```python def __init__(self, minSupport=0.3, minConfidence=0.8, itemsCol="items", predictionCol="prediction", numPartitions=None): ``` > PySpark FPGrowth does not expose numPartitions (expert) param > -------------------------------------------------------------- > > Key: SPARK-20768 > URL: https://issues.apache.org/jira/browse/SPARK-20768 > Project: Spark > Issue Type: Improvement > Components: ML, PySpark > Affects Versions: 2.2.0 > Reporter: Nick Pentreath > Priority: Minor > > The PySpark API for {{FPGrowth}} does not expose the {{numPartitions}} param. > While it is an "expert" param, the general approach elsewhere is to expose > these on the Python side (e.g. {{aggregationDepth}} and intermediate storage > params in {{ALS}}) -- This message was sent by Atlassian JIRA (v6.3.15#6346) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org For additional commands, e-mail: issues-h...@spark.apache.org