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

    https://github.com/apache/spark/pull/7875#discussion_r36049469
  
    --- Diff: 
mllib/src/main/scala/org/apache/spark/ml/regression/LinearRegression.scala ---
    @@ -85,6 +85,18 @@ class LinearRegression(override val uid: String)
       setDefault(fitIntercept -> true)
     
       /**
    +   * Whether to standardize the training features before fitting the model.
    +   * The coefficients of models will be always returned on the original 
scale,
    +   * so it will be transparent for users. Note that when no regularization,
    --- End diff --
    
    probably s/when no/without/ or s/when no regularization/when no 
regularization is applied/  is a bit easier to read (but its a minor nit so no 
stress).


---
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