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

    https://github.com/apache/spark/pull/16013#discussion_r89676156
  
    --- Diff: 
mllib/src/main/scala/org/apache/spark/ml/regression/GeneralizedLinearRegression.scala
 ---
    @@ -131,10 +131,12 @@ private[regression] trait 
GeneralizedLinearRegressionBase extends PredictorParam
      * It supports "gaussian", "binomial", "poisson" and "gamma" as family.
      * Valid link functions for each family is listed below. The first link 
function of each family
      * is the default one.
    + * {{{
      *  - "gaussian" -> "identity", "log", "inverse"
      *  - "binomial" -> "logit", "probit", "cloglog"
      *  - "poisson"  -> "log", "identity", "sqrt"
      *  - "gamma"    -> "inverse", "identity", "log"
    + * }}}
    --- End diff --
    
    - Java
    
      <img width="462" alt="2016-11-27 3 46 55" 
src="https://cloud.githubusercontent.com/assets/6477701/20642516/3c771294-b454-11e6-8ff8-c3d44bb36da4.png";>
    
    - Scala
      <img width="481" alt="2016-11-27 3 47 06" 
src="https://cloud.githubusercontent.com/assets/6477701/20642523/4d566d58-b454-11e6-9871-489a08e8cab3.png";>
    



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