gagafunctor commented on a change in pull request #23983: [SPARK-26881][mllib] 
Heuristic for tree aggregate depth
URL: https://github.com/apache/spark/pull/23983#discussion_r266572740
 
 

 ##########
 File path: 
mllib/src/test/scala/org/apache/spark/mllib/linalg/distributed/RowMatrixSuite.scala
 ##########
 @@ -20,10 +20,8 @@ package org.apache.spark.mllib.linalg.distributed
 import java.util.Arrays
 
 import scala.util.Random
-
-import breeze.linalg.{norm => brzNorm, svd => brzSvd, DenseMatrix => BDM, 
DenseVector => BDV}
+import breeze.linalg.{DenseMatrix => BDM, DenseVector => BDV, norm => brzNorm, 
svd => brzSvd}
 import breeze.numerics.abs
-
 
 Review comment:
   fixed

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to