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

    https://github.com/apache/spark/pull/19638#discussion_r148869278
  
    --- Diff: 
mllib/src/test/scala/org/apache/spark/ml/regression/LinearRegressionSuite.scala 
---
    @@ -764,13 +764,17 @@ class LinearRegressionSuite
               (Intercept) 6.3022157  0.0018600    3388   <2e-16 ***
               V2          4.6982442  0.0011805    3980   <2e-16 ***
               V3          7.1994344  0.0009044    7961   <2e-16 ***
    +
    +          # R code for r2adj
    --- End diff --
    
    I just want to confirm: is `summary(lm(X1 ~ ., data = part_00000))` this 
does not work on your side? Is it because you used different variable name or 
data name?


---

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

Reply via email to