[GitHub] spark pull request #16699: [SPARK-18710][ML] Add offset in GLM

2017-06-30 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/16699 --- 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 ena

[GitHub] spark pull request #16699: [SPARK-18710][ML] Add offset in GLM

2017-06-29 Thread actuaryzhang
Github user actuaryzhang commented on a diff in the pull request: https://github.com/apache/spark/pull/16699#discussion_r124869366 --- Diff: mllib/src/main/scala/org/apache/spark/ml/regression/GeneralizedLinearRegression.scala --- @@ -961,14 +1008,16 @@ class GeneralizedLinearRegr

[GitHub] spark pull request #16699: [SPARK-18710][ML] Add offset in GLM

2017-06-29 Thread yanboliang
Github user yanboliang commented on a diff in the pull request: https://github.com/apache/spark/pull/16699#discussion_r124737247 --- Diff: mllib/src/main/scala/org/apache/spark/ml/regression/GeneralizedLinearRegression.scala --- @@ -303,6 +327,16 @@ class GeneralizedLinearRegressi

[GitHub] spark pull request #16699: [SPARK-18710][ML] Add offset in GLM

2017-06-29 Thread yanboliang
Github user yanboliang commented on a diff in the pull request: https://github.com/apache/spark/pull/16699#discussion_r124739973 --- Diff: mllib/src/main/scala/org/apache/spark/ml/regression/GeneralizedLinearRegression.scala --- @@ -944,15 +984,22 @@ class GeneralizedLinearRegress

[GitHub] spark pull request #16699: [SPARK-18710][ML] Add offset in GLM

2017-06-29 Thread yanboliang
Github user yanboliang commented on a diff in the pull request: https://github.com/apache/spark/pull/16699#discussion_r124733535 --- Diff: mllib/src/main/scala/org/apache/spark/ml/feature/Instance.scala --- @@ -27,3 +27,29 @@ import org.apache.spark.ml.linalg.Vector * @param

[GitHub] spark pull request #16699: [SPARK-18710][ML] Add offset in GLM

2017-06-29 Thread yanboliang
Github user yanboliang commented on a diff in the pull request: https://github.com/apache/spark/pull/16699#discussion_r124737015 --- Diff: mllib/src/main/scala/org/apache/spark/ml/regression/GeneralizedLinearRegression.scala --- @@ -134,6 +134,25 @@ private[regression] trait Gene

[GitHub] spark pull request #16699: [SPARK-18710][ML] Add offset in GLM

2017-06-29 Thread yanboliang
Github user yanboliang commented on a diff in the pull request: https://github.com/apache/spark/pull/16699#discussion_r124733379 --- Diff: mllib/src/main/scala/org/apache/spark/ml/feature/Instance.scala --- @@ -27,3 +27,29 @@ import org.apache.spark.ml.linalg.Vector * @param

[GitHub] spark pull request #16699: [SPARK-18710][ML] Add offset in GLM

2017-06-29 Thread yanboliang
Github user yanboliang commented on a diff in the pull request: https://github.com/apache/spark/pull/16699#discussion_r124737056 --- Diff: mllib/src/main/scala/org/apache/spark/ml/regression/GeneralizedLinearRegression.scala --- @@ -134,6 +134,25 @@ private[regression] trait Gene

[GitHub] spark pull request #16699: [SPARK-18710][ML] Add offset in GLM

2017-06-29 Thread yanboliang
Github user yanboliang commented on a diff in the pull request: https://github.com/apache/spark/pull/16699#discussion_r124753530 --- Diff: mllib/src/main/scala/org/apache/spark/ml/regression/GeneralizedLinearRegression.scala --- @@ -961,14 +1008,16 @@ class GeneralizedLinearRegres

[GitHub] spark pull request #16699: [SPARK-18710][ML] Add offset in GLM

2017-06-27 Thread actuaryzhang
Github user actuaryzhang commented on a diff in the pull request: https://github.com/apache/spark/pull/16699#discussion_r124403889 --- Diff: mllib/src/test/scala/org/apache/spark/ml/regression/GeneralizedLinearRegressionSuite.scala --- @@ -798,77 +798,184 @@ class GeneralizedLinea

[GitHub] spark pull request #16699: [SPARK-18710][ML] Add offset in GLM

2017-06-27 Thread actuaryzhang
Github user actuaryzhang commented on a diff in the pull request: https://github.com/apache/spark/pull/16699#discussion_r124402141 --- Diff: mllib/src/test/scala/org/apache/spark/ml/optim/IterativelyReweightedLeastSquaresSuite.scala --- @@ -169,29 +169,29 @@ class IterativelyRewei

[GitHub] spark pull request #16699: [SPARK-18710][ML] Add offset in GLM

2017-06-27 Thread actuaryzhang
Github user actuaryzhang commented on a diff in the pull request: https://github.com/apache/spark/pull/16699#discussion_r124399685 --- Diff: mllib/src/main/scala/org/apache/spark/ml/regression/GeneralizedLinearRegression.scala --- @@ -339,15 +364,16 @@ class GeneralizedLinearRegre

[GitHub] spark pull request #16699: [SPARK-18710][ML] Add offset in GLM

2017-06-27 Thread yanboliang
Github user yanboliang commented on a diff in the pull request: https://github.com/apache/spark/pull/16699#discussion_r124281406 --- Diff: mllib/src/main/scala/org/apache/spark/ml/regression/GeneralizedLinearRegression.scala --- @@ -961,14 +1007,30 @@ class GeneralizedLinearRegres

[GitHub] spark pull request #16699: [SPARK-18710][ML] Add offset in GLM

2017-06-27 Thread yanboliang
Github user yanboliang commented on a diff in the pull request: https://github.com/apache/spark/pull/16699#discussion_r124235464 --- Diff: mllib/src/main/scala/org/apache/spark/ml/regression/GeneralizedLinearRegression.scala --- @@ -303,6 +317,17 @@ class GeneralizedLinearRegressi

[GitHub] spark pull request #16699: [SPARK-18710][ML] Add offset in GLM

2017-06-27 Thread yanboliang
Github user yanboliang commented on a diff in the pull request: https://github.com/apache/spark/pull/16699#discussion_r124272947 --- Diff: mllib/src/test/scala/org/apache/spark/ml/regression/GeneralizedLinearRegressionSuite.scala --- @@ -798,77 +798,184 @@ class GeneralizedLinearR

[GitHub] spark pull request #16699: [SPARK-18710][ML] Add offset in GLM

2017-06-27 Thread yanboliang
Github user yanboliang commented on a diff in the pull request: https://github.com/apache/spark/pull/16699#discussion_r124271108 --- Diff: mllib/src/test/scala/org/apache/spark/ml/regression/GeneralizedLinearRegressionSuite.scala --- @@ -578,6 +578,79 @@ class GeneralizedLinearReg

[GitHub] spark pull request #16699: [SPARK-18710][ML] Add offset in GLM

2017-06-27 Thread yanboliang
Github user yanboliang commented on a diff in the pull request: https://github.com/apache/spark/pull/16699#discussion_r124261785 --- Diff: mllib/src/main/scala/org/apache/spark/ml/regression/GeneralizedLinearRegression.scala --- @@ -339,15 +364,16 @@ class GeneralizedLinearRegress

[GitHub] spark pull request #16699: [SPARK-18710][ML] Add offset in GLM

2017-06-27 Thread yanboliang
Github user yanboliang commented on a diff in the pull request: https://github.com/apache/spark/pull/16699#discussion_r124258933 --- Diff: mllib/src/test/scala/org/apache/spark/ml/optim/IterativelyReweightedLeastSquaresSuite.scala --- @@ -43,7 +43,7 @@ class IterativelyReweightedL

[GitHub] spark pull request #16699: [SPARK-18710][ML] Add offset in GLM

2017-06-27 Thread yanboliang
Github user yanboliang commented on a diff in the pull request: https://github.com/apache/spark/pull/16699#discussion_r124268761 --- Diff: mllib/src/test/scala/org/apache/spark/ml/regression/GeneralizedLinearRegressionSuite.scala --- @@ -798,77 +798,160 @@ class GeneralizedLinearR

[GitHub] spark pull request #16699: [SPARK-18710][ML] Add offset in GLM

2017-06-27 Thread yanboliang
Github user yanboliang commented on a diff in the pull request: https://github.com/apache/spark/pull/16699#discussion_r124233224 --- Diff: mllib/src/main/scala/org/apache/spark/ml/regression/GeneralizedLinearRegression.scala --- @@ -406,6 +437,14 @@ object GeneralizedLinearRegress

[GitHub] spark pull request #16699: [SPARK-18710][ML] Add offset in GLM

2017-06-27 Thread yanboliang
Github user yanboliang commented on a diff in the pull request: https://github.com/apache/spark/pull/16699#discussion_r124269044 --- Diff: mllib/src/test/scala/org/apache/spark/ml/regression/GeneralizedLinearRegressionSuite.scala --- @@ -798,77 +798,184 @@ class GeneralizedLinearR

[GitHub] spark pull request #16699: [SPARK-18710][ML] Add offset in GLM

2017-06-27 Thread yanboliang
Github user yanboliang commented on a diff in the pull request: https://github.com/apache/spark/pull/16699#discussion_r124212354 --- Diff: mllib/src/main/scala/org/apache/spark/ml/feature/Instance.scala --- @@ -27,3 +27,28 @@ import org.apache.spark.ml.linalg.Vector * @param

[GitHub] spark pull request #16699: [SPARK-18710][ML] Add offset in GLM

2017-06-27 Thread yanboliang
Github user yanboliang commented on a diff in the pull request: https://github.com/apache/spark/pull/16699#discussion_r124236849 --- Diff: mllib/src/main/scala/org/apache/spark/ml/regression/GeneralizedLinearRegression.scala --- @@ -440,13 +479,13 @@ object GeneralizedLinearRegres

[GitHub] spark pull request #16699: [SPARK-18710][ML] Add offset in GLM

2017-06-27 Thread yanboliang
Github user yanboliang commented on a diff in the pull request: https://github.com/apache/spark/pull/16699#discussion_r124234628 --- Diff: mllib/src/main/scala/org/apache/spark/ml/regression/GeneralizedLinearRegression.scala --- @@ -168,6 +179,9 @@ private[regression] trait Gener

[GitHub] spark pull request #16699: [SPARK-18710][ML] Add offset in GLM

2017-06-27 Thread yanboliang
Github user yanboliang commented on a diff in the pull request: https://github.com/apache/spark/pull/16699#discussion_r124262306 --- Diff: mllib/src/test/scala/org/apache/spark/ml/optim/IterativelyReweightedLeastSquaresSuite.scala --- @@ -156,7 +156,7 @@ class IterativelyReweighte

[GitHub] spark pull request #16699: [SPARK-18710][ML] Add offset in GLM

2017-06-27 Thread yanboliang
Github user yanboliang commented on a diff in the pull request: https://github.com/apache/spark/pull/16699#discussion_r124265572 --- Diff: mllib/src/test/scala/org/apache/spark/ml/optim/IterativelyReweightedLeastSquaresSuite.scala --- @@ -169,29 +169,29 @@ class IterativelyReweigh

[GitHub] spark pull request #16699: [SPARK-18710][ML] Add offset in GLM

2017-06-27 Thread yanboliang
Github user yanboliang commented on a diff in the pull request: https://github.com/apache/spark/pull/16699#discussion_r124272854 --- Diff: mllib/src/test/scala/org/apache/spark/ml/regression/GeneralizedLinearRegressionSuite.scala --- @@ -798,77 +798,184 @@ class GeneralizedLinearR

[GitHub] spark pull request #16699: [SPARK-18710][ML] Add offset in GLM

2017-06-27 Thread yanboliang
Github user yanboliang commented on a diff in the pull request: https://github.com/apache/spark/pull/16699#discussion_r124237318 --- Diff: mllib/src/main/scala/org/apache/spark/ml/regression/GeneralizedLinearRegression.scala --- @@ -944,15 +983,22 @@ class GeneralizedLinearRegress

[GitHub] spark pull request #16699: [SPARK-18710][ML] Add offset in GLM

2017-02-14 Thread actuaryzhang
Github user actuaryzhang commented on a diff in the pull request: https://github.com/apache/spark/pull/16699#discussion_r100976816 --- Diff: mllib/src/main/scala/org/apache/spark/ml/feature/Instance.scala --- @@ -27,3 +27,25 @@ import org.apache.spark.ml.linalg.Vector * @para

[GitHub] spark pull request #16699: [SPARK-18710][ML] Add offset in GLM

2017-02-14 Thread actuaryzhang
Github user actuaryzhang commented on a diff in the pull request: https://github.com/apache/spark/pull/16699#discussion_r100976709 --- Diff: mllib/src/main/scala/org/apache/spark/ml/regression/GeneralizedLinearRegression.scala --- @@ -1139,54 +1189,52 @@ class GeneralizedLinearReg

[GitHub] spark pull request #16699: [SPARK-18710][ML] Add offset in GLM

2017-02-13 Thread actuaryzhang
Github user actuaryzhang commented on a diff in the pull request: https://github.com/apache/spark/pull/16699#discussion_r100975590 --- Diff: mllib/src/main/scala/org/apache/spark/ml/regression/GeneralizedLinearRegression.scala --- @@ -944,15 +981,27 @@ class GeneralizedLinearRegre

[GitHub] spark pull request #16699: [SPARK-18710][ML] Add offset in GLM

2017-02-13 Thread actuaryzhang
Github user actuaryzhang commented on a diff in the pull request: https://github.com/apache/spark/pull/16699#discussion_r100975556 --- Diff: mllib/src/main/scala/org/apache/spark/ml/regression/GeneralizedLinearRegression.scala --- @@ -406,6 +435,14 @@ object GeneralizedLinearRegre

[GitHub] spark pull request #16699: [SPARK-18710][ML] Add offset in GLM

2017-02-13 Thread actuaryzhang
Github user actuaryzhang commented on a diff in the pull request: https://github.com/apache/spark/pull/16699#discussion_r100975164 --- Diff: mllib/src/main/scala/org/apache/spark/ml/regression/GeneralizedLinearRegression.scala --- @@ -168,6 +179,7 @@ private[regression] trait Gen

[GitHub] spark pull request #16699: [SPARK-18710][ML] Add offset in GLM

2017-02-13 Thread actuaryzhang
Github user actuaryzhang commented on a diff in the pull request: https://github.com/apache/spark/pull/16699#discussion_r100974912 --- Diff: mllib/src/test/scala/org/apache/spark/ml/regression/GeneralizedLinearRegressionSuite.scala --- @@ -798,77 +798,160 @@ class GeneralizedLinea

[GitHub] spark pull request #16699: [SPARK-18710][ML] Add offset in GLM

2017-02-13 Thread actuaryzhang
Github user actuaryzhang commented on a diff in the pull request: https://github.com/apache/spark/pull/16699#discussion_r100974891 --- Diff: mllib/src/test/scala/org/apache/spark/ml/regression/GeneralizedLinearRegressionSuite.scala --- @@ -798,77 +798,160 @@ class GeneralizedLinea

[GitHub] spark pull request #16699: [SPARK-18710][ML] Add offset in GLM

2017-02-13 Thread imatiach-msft
Github user imatiach-msft commented on a diff in the pull request: https://github.com/apache/spark/pull/16699#discussion_r100934645 --- Diff: mllib/src/main/scala/org/apache/spark/ml/regression/GeneralizedLinearRegression.scala --- @@ -168,6 +179,7 @@ private[regression] trait Ge

[GitHub] spark pull request #16699: [SPARK-18710][ML] Add offset in GLM

2017-02-13 Thread imatiach-msft
Github user imatiach-msft commented on a diff in the pull request: https://github.com/apache/spark/pull/16699#discussion_r100934554 --- Diff: mllib/src/test/scala/org/apache/spark/ml/regression/GeneralizedLinearRegressionSuite.scala --- @@ -798,77 +798,160 @@ class GeneralizedLine

[GitHub] spark pull request #16699: [SPARK-18710][ML] Add offset in GLM

2017-02-13 Thread sethah
Github user sethah commented on a diff in the pull request: https://github.com/apache/spark/pull/16699#discussion_r100901912 --- Diff: mllib/src/main/scala/org/apache/spark/ml/regression/GeneralizedLinearRegression.scala --- @@ -944,15 +981,27 @@ class GeneralizedLinearRegressionM

[GitHub] spark pull request #16699: [SPARK-18710][ML] Add offset in GLM

2017-02-13 Thread sethah
Github user sethah commented on a diff in the pull request: https://github.com/apache/spark/pull/16699#discussion_r100574976 --- Diff: mllib/src/test/scala/org/apache/spark/ml/regression/GeneralizedLinearRegressionSuite.scala --- @@ -798,77 +798,160 @@ class GeneralizedLinearRegre

[GitHub] spark pull request #16699: [SPARK-18710][ML] Add offset in GLM

2017-02-13 Thread sethah
Github user sethah commented on a diff in the pull request: https://github.com/apache/spark/pull/16699#discussion_r100923075 --- Diff: mllib/src/main/scala/org/apache/spark/ml/feature/Instance.scala --- @@ -27,3 +27,25 @@ import org.apache.spark.ml.linalg.Vector * @param feat

[GitHub] spark pull request #16699: [SPARK-18710][ML] Add offset in GLM

2017-02-13 Thread sethah
Github user sethah commented on a diff in the pull request: https://github.com/apache/spark/pull/16699#discussion_r100922910 --- Diff: mllib/src/main/scala/org/apache/spark/ml/feature/Instance.scala --- @@ -27,3 +27,25 @@ import org.apache.spark.ml.linalg.Vector * @param feat

[GitHub] spark pull request #16699: [SPARK-18710][ML] Add offset in GLM

2017-02-13 Thread sethah
Github user sethah commented on a diff in the pull request: https://github.com/apache/spark/pull/16699#discussion_r100624754 --- Diff: mllib/src/test/scala/org/apache/spark/ml/regression/GeneralizedLinearRegressionSuite.scala --- @@ -798,77 +798,160 @@ class GeneralizedLinearRegre

[GitHub] spark pull request #16699: [SPARK-18710][ML] Add offset in GLM

2017-02-13 Thread sethah
Github user sethah commented on a diff in the pull request: https://github.com/apache/spark/pull/16699#discussion_r100919210 --- Diff: mllib/src/main/scala/org/apache/spark/ml/regression/GeneralizedLinearRegression.scala --- @@ -406,6 +435,14 @@ object GeneralizedLinearRegression

[GitHub] spark pull request #16699: [SPARK-18710][ML] Add offset in GLM

2017-02-13 Thread sethah
Github user sethah commented on a diff in the pull request: https://github.com/apache/spark/pull/16699#discussion_r100896289 --- Diff: mllib/src/main/scala/org/apache/spark/ml/regression/GeneralizedLinearRegression.scala --- @@ -168,6 +179,7 @@ private[regression] trait Generaliz

[GitHub] spark pull request #16699: [SPARK-18710][ML] Add offset in GLM

2017-02-13 Thread sethah
Github user sethah commented on a diff in the pull request: https://github.com/apache/spark/pull/16699#discussion_r100917713 --- Diff: mllib/src/main/scala/org/apache/spark/ml/regression/GeneralizedLinearRegression.scala --- @@ -1139,54 +1189,52 @@ class GeneralizedLinearRegressio

[GitHub] spark pull request #16699: [SPARK-18710][ML] Add offset in GLM

2017-02-10 Thread actuaryzhang
Github user actuaryzhang commented on a diff in the pull request: https://github.com/apache/spark/pull/16699#discussion_r100581520 --- Diff: mllib/src/main/scala/org/apache/spark/ml/regression/GeneralizedLinearRegression.scala --- @@ -1218,16 +1266,35 @@ class GeneralizedLinearReg

[GitHub] spark pull request #16699: [SPARK-18710][ML] Add offset in GLM

2017-02-03 Thread actuaryzhang
Github user actuaryzhang commented on a diff in the pull request: https://github.com/apache/spark/pull/16699#discussion_r99406022 --- Diff: mllib/src/test/scala/org/apache/spark/ml/regression/GeneralizedLinearRegressionSuite.scala --- @@ -743,6 +743,84 @@ class GeneralizedLinearRe

[GitHub] spark pull request #16699: [SPARK-18710][ML] Add offset in GLM

2017-02-02 Thread sethah
Github user sethah commented on a diff in the pull request: https://github.com/apache/spark/pull/16699#discussion_r99263111 --- Diff: mllib/src/test/scala/org/apache/spark/ml/regression/GeneralizedLinearRegressionSuite.scala --- @@ -743,6 +743,84 @@ class GeneralizedLinearRegressi

[GitHub] spark pull request #16699: [SPARK-18710][ML] Add offset in GLM

2017-01-30 Thread actuaryzhang
Github user actuaryzhang commented on a diff in the pull request: https://github.com/apache/spark/pull/16699#discussion_r98580805 --- Diff: mllib/src/main/scala/org/apache/spark/ml/regression/GeneralizedLinearRegression.scala --- @@ -336,14 +361,19 @@ class GeneralizedLinearRegres

[GitHub] spark pull request #16699: [SPARK-18710][ML] Add offset in GLM

2017-01-30 Thread imatiach-msft
Github user imatiach-msft commented on a diff in the pull request: https://github.com/apache/spark/pull/16699#discussion_r98569953 --- Diff: mllib/src/main/scala/org/apache/spark/ml/regression/GeneralizedLinearRegression.scala --- @@ -336,14 +361,19 @@ class GeneralizedLinearRegre

[GitHub] spark pull request #16699: [SPARK-18710][ML] Add offset in GLM

2017-01-30 Thread actuaryzhang
Github user actuaryzhang commented on a diff in the pull request: https://github.com/apache/spark/pull/16699#discussion_r98496017 --- Diff: mllib/src/main/scala/org/apache/spark/ml/regression/GeneralizedLinearRegression.scala --- @@ -336,14 +361,19 @@ class GeneralizedLinearRegres

[GitHub] spark pull request #16699: [SPARK-18710][ML] Add offset in GLM

2017-01-30 Thread imatiach-msft
Github user imatiach-msft commented on a diff in the pull request: https://github.com/apache/spark/pull/16699#discussion_r98490824 --- Diff: mllib/src/main/scala/org/apache/spark/ml/regression/GeneralizedLinearRegression.scala --- @@ -336,14 +361,19 @@ class GeneralizedLinearRegre

[GitHub] spark pull request #16699: [SPARK-18710][ML] Add offset in GLM

2017-01-27 Thread imatiach-msft
Github user imatiach-msft commented on a diff in the pull request: https://github.com/apache/spark/pull/16699#discussion_r98300999 --- Diff: mllib/src/test/scala/org/apache/spark/ml/regression/GeneralizedLinearRegressionSuite.scala --- @@ -743,6 +743,84 @@ class GeneralizedLinearR

[GitHub] spark pull request #16699: [SPARK-18710][ML] Add offset in GLM

2017-01-27 Thread imatiach-msft
Github user imatiach-msft commented on a diff in the pull request: https://github.com/apache/spark/pull/16699#discussion_r98299104 --- Diff: mllib/src/main/scala/org/apache/spark/ml/regression/GeneralizedLinearRegression.scala --- @@ -336,14 +361,15 @@ class GeneralizedLinearRegre

[GitHub] spark pull request #16699: [SPARK-18710][ML] Add offset in GLM

2017-01-27 Thread zhengruifeng
Github user zhengruifeng commented on a diff in the pull request: https://github.com/apache/spark/pull/16699#discussion_r98170182 --- Diff: mllib/src/main/scala/org/apache/spark/ml/regression/GeneralizedLinearRegression.scala --- @@ -336,14 +361,15 @@ class GeneralizedLinearRegres

[GitHub] spark pull request #16699: [SPARK-18710][ML] Add offset in GLM

2017-01-27 Thread zhengruifeng
Github user zhengruifeng commented on a diff in the pull request: https://github.com/apache/spark/pull/16699#discussion_r98169691 --- Diff: mllib/src/main/scala/org/apache/spark/ml/regression/GeneralizedLinearRegression.scala --- @@ -336,14 +361,15 @@ class GeneralizedLinearRegres

[GitHub] spark pull request #16699: [SPARK-18710][ML] Add offset in GLM

2017-01-26 Thread actuaryzhang
Github user actuaryzhang commented on a diff in the pull request: https://github.com/apache/spark/pull/16699#discussion_r98077231 --- Diff: mllib/src/main/scala/org/apache/spark/ml/feature/Instance.scala --- @@ -27,3 +27,25 @@ import org.apache.spark.ml.linalg.Vector * @param

[GitHub] spark pull request #16699: [SPARK-18710][ML] Add offset in GLM

2017-01-26 Thread imatiach-msft
Github user imatiach-msft commented on a diff in the pull request: https://github.com/apache/spark/pull/16699#discussion_r98020407 --- Diff: mllib/src/test/scala/org/apache/spark/ml/regression/GeneralizedLinearRegressionSuite.scala --- @@ -578,6 +578,79 @@ class GeneralizedLinearR

[GitHub] spark pull request #16699: [SPARK-18710][ML] Add offset in GLM

2017-01-26 Thread imatiach-msft
Github user imatiach-msft commented on a diff in the pull request: https://github.com/apache/spark/pull/16699#discussion_r98019881 --- Diff: mllib/src/test/scala/org/apache/spark/ml/regression/GeneralizedLinearRegressionSuite.scala --- @@ -578,6 +578,79 @@ class GeneralizedLinearR

[GitHub] spark pull request #16699: [SPARK-18710][ML] Add offset in GLM

2017-01-26 Thread imatiach-msft
Github user imatiach-msft commented on a diff in the pull request: https://github.com/apache/spark/pull/16699#discussion_r98019350 --- Diff: mllib/src/test/scala/org/apache/spark/ml/regression/GeneralizedLinearRegressionSuite.scala --- @@ -578,6 +578,79 @@ class GeneralizedLinearR

[GitHub] spark pull request #16699: [SPARK-18710][ML] Add offset in GLM

2017-01-26 Thread imatiach-msft
Github user imatiach-msft commented on a diff in the pull request: https://github.com/apache/spark/pull/16699#discussion_r98018738 --- Diff: mllib/src/test/scala/org/apache/spark/ml/regression/GeneralizedLinearRegressionSuite.scala --- @@ -578,6 +578,79 @@ class GeneralizedLinearR

[GitHub] spark pull request #16699: [SPARK-18710][ML] Add offset in GLM

2017-01-26 Thread imatiach-msft
Github user imatiach-msft commented on a diff in the pull request: https://github.com/apache/spark/pull/16699#discussion_r98018075 --- Diff: mllib/src/main/scala/org/apache/spark/ml/regression/GeneralizedLinearRegression.scala --- @@ -753,14 +794,15 @@ class GeneralizedLinearRegre

[GitHub] spark pull request #16699: [SPARK-18710][ML] Add offset in GLM

2017-01-26 Thread imatiach-msft
Github user imatiach-msft commented on a diff in the pull request: https://github.com/apache/spark/pull/16699#discussion_r98017514 --- Diff: mllib/src/main/scala/org/apache/spark/ml/regression/GeneralizedLinearRegression.scala --- @@ -753,14 +794,15 @@ class GeneralizedLinearRegre

[GitHub] spark pull request #16699: [SPARK-18710][ML] Add offset in GLM

2017-01-26 Thread imatiach-msft
Github user imatiach-msft commented on a diff in the pull request: https://github.com/apache/spark/pull/16699#discussion_r98016201 --- Diff: mllib/src/main/scala/org/apache/spark/ml/regression/GeneralizedLinearRegression.scala --- @@ -263,17 +288,21 @@ class GeneralizedLinearRegre

[GitHub] spark pull request #16699: [SPARK-18710][ML] Add offset in GLM

2017-01-26 Thread imatiach-msft
Github user imatiach-msft commented on a diff in the pull request: https://github.com/apache/spark/pull/16699#discussion_r98015797 --- Diff: mllib/src/main/scala/org/apache/spark/ml/regression/GeneralizedLinearRegression.scala --- @@ -736,15 +765,27 @@ class GeneralizedLinearRegre

[GitHub] spark pull request #16699: [SPARK-18710][ML] Add offset in GLM

2017-01-26 Thread imatiach-msft
Github user imatiach-msft commented on a diff in the pull request: https://github.com/apache/spark/pull/16699#discussion_r98014650 --- Diff: mllib/src/main/scala/org/apache/spark/ml/regression/GeneralizedLinearRegression.scala --- @@ -736,15 +765,27 @@ class GeneralizedLinearRegre

[GitHub] spark pull request #16699: [SPARK-18710][ML] Add offset in GLM

2017-01-26 Thread imatiach-msft
Github user imatiach-msft commented on a diff in the pull request: https://github.com/apache/spark/pull/16699#discussion_r98013552 --- Diff: mllib/src/main/scala/org/apache/spark/ml/regression/GeneralizedLinearRegression.scala --- @@ -263,17 +288,21 @@ class GeneralizedLinearRegre

[GitHub] spark pull request #16699: [SPARK-18710][ML] Add offset in GLM

2017-01-26 Thread imatiach-msft
Github user imatiach-msft commented on a diff in the pull request: https://github.com/apache/spark/pull/16699#discussion_r98012237 --- Diff: mllib/src/main/scala/org/apache/spark/ml/feature/Instance.scala --- @@ -27,3 +27,25 @@ import org.apache.spark.ml.linalg.Vector * @para

[GitHub] spark pull request #16699: [SPARK-18710][ML] Add offset in GLM

2017-01-26 Thread imatiach-msft
Github user imatiach-msft commented on a diff in the pull request: https://github.com/apache/spark/pull/16699#discussion_r98012093 --- Diff: mllib/src/main/scala/org/apache/spark/ml/feature/Instance.scala --- @@ -27,3 +27,25 @@ import org.apache.spark.ml.linalg.Vector * @para

[GitHub] spark pull request #16699: [SPARK-18710][ML] Add offset in GLM

2017-01-26 Thread imatiach-msft
Github user imatiach-msft commented on a diff in the pull request: https://github.com/apache/spark/pull/16699#discussion_r98011972 --- Diff: mllib/src/main/scala/org/apache/spark/ml/regression/GeneralizedLinearRegression.scala --- @@ -263,17 +288,21 @@ class GeneralizedLinearRegre

[GitHub] spark pull request #16699: [SPARK-18710][ML] Add offset in GLM

2017-01-26 Thread imatiach-msft
Github user imatiach-msft commented on a diff in the pull request: https://github.com/apache/spark/pull/16699#discussion_r98010924 --- Diff: mllib/src/main/scala/org/apache/spark/ml/regression/GeneralizedLinearRegression.scala --- @@ -94,6 +94,17 @@ private[regression] trait Gene

[GitHub] spark pull request #16699: [SPARK-18710][ML] Add offset in GLM

2017-01-25 Thread imatiach-msft
Github user imatiach-msft commented on a diff in the pull request: https://github.com/apache/spark/pull/16699#discussion_r97877367 --- Diff: mllib/src/main/scala/org/apache/spark/ml/regression/GeneralizedLinearRegression.scala --- @@ -94,6 +94,17 @@ private[regression] trait Gene

[GitHub] spark pull request #16699: [SPARK-18710][ML] Add offset in GLM

2017-01-25 Thread imatiach-msft
Github user imatiach-msft commented on a diff in the pull request: https://github.com/apache/spark/pull/16699#discussion_r97876098 --- Diff: mllib/src/main/scala/org/apache/spark/ml/regression/GeneralizedLinearRegression.scala --- @@ -736,15 +762,27 @@ class GeneralizedLinearRegre

[GitHub] spark pull request #16699: [SPARK-18710][ML] Add offset in GLM

2017-01-25 Thread imatiach-msft
Github user imatiach-msft commented on a diff in the pull request: https://github.com/apache/spark/pull/16699#discussion_r97872960 --- Diff: mllib/src/main/scala/org/apache/spark/ml/regression/GeneralizedLinearRegression.scala --- @@ -358,13 +384,13 @@ object GeneralizedLinearRegr

[GitHub] spark pull request #16699: [SPARK-18710][ML] Add offset in GLM

2017-01-25 Thread imatiach-msft
Github user imatiach-msft commented on a diff in the pull request: https://github.com/apache/spark/pull/16699#discussion_r97870619 --- Diff: mllib/src/main/scala/org/apache/spark/ml/optim/IterativelyReweightedLeastSquares.scala --- @@ -20,6 +20,7 @@ package org.apache.spark.ml.opt