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

    https://github.com/apache/spark/pull/19122#discussion_r138249937
  
    --- Diff: python/pyspark/ml/param/_shared_params_code_gen.py ---
    @@ -152,6 +152,8 @@ def get$Name(self):
             ("varianceCol", "column name for the biased sample variance of 
prediction.",
              None, "TypeConverters.toString"),
             ("aggregationDepth", "suggested depth for treeAggregate (>= 2).", 
"2",
    +         "TypeConverters.toInt"),
    +        ("parallelism", "number of threads to use when fitting models in 
parallel (>= 1).", "1",
    --- End diff --
    
    No worry, #19110 will merge first and then I will merge it to this PR.


---

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

Reply via email to