Github user sethah commented on a diff in the pull request:

    https://github.com/apache/spark/pull/19638#discussion_r148619734
  
    --- Diff: 
mllib/src/test/scala/org/apache/spark/ml/evaluation/RegressionEvaluatorSuite.scala
 ---
    @@ -73,6 +73,11 @@ class RegressionEvaluatorSuite
         evaluator.setMetricName("r2")
         assert(evaluator.evaluate(predictions) ~== 0.9998387 absTol 0.01)
     
    +    // Adjusted r2
    --- End diff --
    
    can you add the R code to the comment above this?


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to