Github user BryanCutler commented on a diff in the pull request:
https://github.com/apache/spark/pull/19122#discussion_r138144992
--- 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 --
I think the description should be more general. Is the plan to put the
shared param in here or in OneVsRest first?
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]