Github user smurching commented on a diff in the pull request:
https://github.com/apache/spark/pull/19666#discussion_r149238531
--- Diff:
mllib/src/main/scala/org/apache/spark/ml/tree/impl/RandomForest.scala ---
@@ -976,6 +930,44 @@ private[spark] object RandomForest extends Logging {
categories
}
+ private[tree] def traverseUnorderedSplits[T](
--- End diff --
Could you please add a docstring for this method, since it's a bit
complicated?
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]