Github user BryanCutler commented on a diff in the pull request:
https://github.com/apache/spark/pull/19110#discussion_r137068269
--- 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 --
Maybe this should have a more generic description since it is a shared
param?
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]