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: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to