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

    https://github.com/apache/spark/pull/17654#discussion_r235562839
  
    --- Diff: 
mllib/src/main/scala/org/apache/spark/ml/regression/GeneralizedLinearRegression.scala
 ---
    @@ -935,7 +935,8 @@ class GeneralizedLinearRegressionModel private[ml] (
         @Since("2.0.0") val coefficients: Vector,
         @Since("2.0.0") val intercept: Double)
       extends RegressionModel[Vector, GeneralizedLinearRegressionModel]
    -  with GeneralizedLinearRegressionBase with MLWritable {
    +  with GeneralizedLinearRegressionBase with MLWritable
    +  with HasTrainingSummary[GeneralizedLinearRegressionTrainingSummary]{
    --- End diff --
    
    Nit: space before braces


---

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

Reply via email to