-
- Downloads
[SPARK-14979][ML][PYSPARK] Add examples for GeneralizedLinearRegression
## What changes were proposed in this pull request? Add Scala/Java/Python examples for ```GeneralizedLinearRegression```. ## How was this patch tested? They are examples and have been tested offline. Author: Yanbo Liang <ybliang8@gmail.com> Closes #12754 from yanboliang/spark-14979.
Showing
- examples/src/main/java/org/apache/spark/examples/ml/JavaGeneralizedLinearRegressionExample.java 83 additions, 0 deletions...k/examples/ml/JavaGeneralizedLinearRegressionExample.java
- examples/src/main/python/ml/generalized_linear_regression_example.py 66 additions, 0 deletions...c/main/python/ml/generalized_linear_regression_example.py
- examples/src/main/scala/org/apache/spark/examples/ml/GeneralizedLinearRegressionExample.scala 78 additions, 0 deletions...park/examples/ml/GeneralizedLinearRegressionExample.scala
Please register or sign in to comment