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

    https://github.com/apache/spark/pull/19020#discussion_r140440076
  
    --- Diff: 
mllib/src/test/scala/org/apache/spark/ml/regression/LinearRegressionSuite.scala 
---
    @@ -998,6 +1047,172 @@ class LinearRegressionSuite
           }
         }
       }
    +
    +  test("linear regression (huber loss) with intercept without 
regularization") {
    --- End diff --
    
    Yes, the test data was composed by two parts: inlierData and outlierData, 
and I have checked both regimes have been test. Thanks.


---

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

Reply via email to