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

    https://github.com/apache/spark/pull/11463#discussion_r54685736
  
    --- Diff: 
mllib/src/test/scala/org/apache/spark/ml/regression/LinearRegressionSuite.scala 
---
    @@ -60,8 +47,8 @@ class LinearRegressionSuite
             intercept = 6.3, weights = Array(4.7, 7.2), xMean = Array(0.9, 
-1.3),
             xVariance = Array(0.7, 1.2), nPoints = 10000, seed, eps = 0.1), 2))
         /*
    -       datasetWithoutIntercept is not needed for correctness testing but 
is useful for illustrating
    -       training model without intercept
    +       datasetWithDenseFeatureWithoutIntercept is not needed for 
correctness testing
    --- End diff --
    
    Fix typo BTW.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

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

Reply via email to