-
- Downloads
[SPARK-9837][ML] R-like summary statistics for GLMs via iteratively reweighted least squares
## What changes were proposed in this pull request? Provide R-like summary statistics for GLMs via iteratively reweighted least squares. ## How was this patch tested? unit tests. Author: Yanbo Liang <ybliang8@gmail.com> Closes #11694 from yanboliang/spark-9837.
Showing
- mllib/src/main/scala/org/apache/spark/ml/optim/IterativelyReweightedLeastSquares.scala 7 additions, 2 deletions...he/spark/ml/optim/IterativelyReweightedLeastSquares.scala
- mllib/src/main/scala/org/apache/spark/ml/regression/GeneralizedLinearRegression.scala 332 additions, 9 deletions...che/spark/ml/regression/GeneralizedLinearRegression.scala
- mllib/src/test/scala/org/apache/spark/ml/regression/GeneralizedLinearRegressionSuite.scala 457 additions, 0 deletions...park/ml/regression/GeneralizedLinearRegressionSuite.scala
Loading
Please register or sign in to comment