imatiach-msft commented on a change in pull request #21632: 
[SPARK-19591][ML][MLlib] Add sample weights to decision trees
URL: https://github.com/apache/spark/pull/21632#discussion_r245517750
 
 

 ##########
 File path: 
mllib-local/src/test/scala/org/apache/spark/ml/util/TestingUtils.scala
 ##########
 @@ -31,7 +31,7 @@ object TestingUtils {
    * Note that if x or y is extremely close to zero, i.e., smaller than 
Double.MinPositiveValue,
    * the relative tolerance is meaningless, so the exception will be raised to 
warn users.
    */
-  private def RelativeErrorComparison(x: Double, y: Double, eps: Double): 
Boolean = {
+  private[ml] def RelativeErrorComparison(x: Double, y: Double, eps: Double): 
Boolean = {
 
 Review comment:
   done!

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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