[spark] branch master updated (61f903f -> 697fe91)

2020-04-09 Thread srowen
This is an automated email from the ASF dual-hosted git repository.

srowen pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git.


from 61f903f  [SPARK-31331][SQL][DOCS] Document Spark integration with Hive 
UDFs/UDAFs/UDTFs
 add 697fe91  [SPARK-30819][SPARKR][ML] Add FMRegressor wrapper to SparkR

No new revisions were added by this update.

Summary of changes:
 R/pkg/NAMESPACE|   3 +-
 R/pkg/R/generics.R |   4 +
 R/pkg/R/mllib_regression.R | 172 +
 R/pkg/R/mllib_utils.R  |   2 +
 R/pkg/tests/fulltests/test_mllib_regression.R  |  30 
 R/pkg/vignettes/sparkr-vignettes.Rmd   |  16 ++
 docs/ml-classification-regression.md   |   9 ++
 docs/sparkr.md |   1 +
 .../r/ml/{lm_with_elastic_net.R => fmRegressor.R}  |  20 +--
 ...ssionWrapper.scala => FMRegressorWrapper.scala} |  81 +-
 .../scala/org/apache/spark/ml/r/RWrappers.scala|   2 +
 11 files changed, 291 insertions(+), 49 deletions(-)
 copy examples/src/main/r/ml/{lm_with_elastic_net.R => fmRegressor.R} (78%)
 copy mllib/src/main/scala/org/apache/spark/ml/r/{LinearRegressionWrapper.scala 
=> FMRegressorWrapper.scala} (64%)


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



[spark] branch master updated (61f903f -> 697fe91)

2020-04-09 Thread srowen
This is an automated email from the ASF dual-hosted git repository.

srowen pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git.


from 61f903f  [SPARK-31331][SQL][DOCS] Document Spark integration with Hive 
UDFs/UDAFs/UDTFs
 add 697fe91  [SPARK-30819][SPARKR][ML] Add FMRegressor wrapper to SparkR

No new revisions were added by this update.

Summary of changes:
 R/pkg/NAMESPACE|   3 +-
 R/pkg/R/generics.R |   4 +
 R/pkg/R/mllib_regression.R | 172 +
 R/pkg/R/mllib_utils.R  |   2 +
 R/pkg/tests/fulltests/test_mllib_regression.R  |  30 
 R/pkg/vignettes/sparkr-vignettes.Rmd   |  16 ++
 docs/ml-classification-regression.md   |   9 ++
 docs/sparkr.md |   1 +
 .../r/ml/{lm_with_elastic_net.R => fmRegressor.R}  |  20 +--
 ...ssionWrapper.scala => FMRegressorWrapper.scala} |  81 +-
 .../scala/org/apache/spark/ml/r/RWrappers.scala|   2 +
 11 files changed, 291 insertions(+), 49 deletions(-)
 copy examples/src/main/r/ml/{lm_with_elastic_net.R => fmRegressor.R} (78%)
 copy mllib/src/main/scala/org/apache/spark/ml/r/{LinearRegressionWrapper.scala 
=> FMRegressorWrapper.scala} (64%)


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



[spark] branch master updated (61f903f -> 697fe91)

2020-04-09 Thread srowen
This is an automated email from the ASF dual-hosted git repository.

srowen pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git.


from 61f903f  [SPARK-31331][SQL][DOCS] Document Spark integration with Hive 
UDFs/UDAFs/UDTFs
 add 697fe91  [SPARK-30819][SPARKR][ML] Add FMRegressor wrapper to SparkR

No new revisions were added by this update.

Summary of changes:
 R/pkg/NAMESPACE|   3 +-
 R/pkg/R/generics.R |   4 +
 R/pkg/R/mllib_regression.R | 172 +
 R/pkg/R/mllib_utils.R  |   2 +
 R/pkg/tests/fulltests/test_mllib_regression.R  |  30 
 R/pkg/vignettes/sparkr-vignettes.Rmd   |  16 ++
 docs/ml-classification-regression.md   |   9 ++
 docs/sparkr.md |   1 +
 .../r/ml/{lm_with_elastic_net.R => fmRegressor.R}  |  20 +--
 ...ssionWrapper.scala => FMRegressorWrapper.scala} |  81 +-
 .../scala/org/apache/spark/ml/r/RWrappers.scala|   2 +
 11 files changed, 291 insertions(+), 49 deletions(-)
 copy examples/src/main/r/ml/{lm_with_elastic_net.R => fmRegressor.R} (78%)
 copy mllib/src/main/scala/org/apache/spark/ml/r/{LinearRegressionWrapper.scala 
=> FMRegressorWrapper.scala} (64%)


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



[spark] branch master updated (61f903f -> 697fe91)

2020-04-09 Thread srowen
This is an automated email from the ASF dual-hosted git repository.

srowen pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git.


from 61f903f  [SPARK-31331][SQL][DOCS] Document Spark integration with Hive 
UDFs/UDAFs/UDTFs
 add 697fe91  [SPARK-30819][SPARKR][ML] Add FMRegressor wrapper to SparkR

No new revisions were added by this update.

Summary of changes:
 R/pkg/NAMESPACE|   3 +-
 R/pkg/R/generics.R |   4 +
 R/pkg/R/mllib_regression.R | 172 +
 R/pkg/R/mllib_utils.R  |   2 +
 R/pkg/tests/fulltests/test_mllib_regression.R  |  30 
 R/pkg/vignettes/sparkr-vignettes.Rmd   |  16 ++
 docs/ml-classification-regression.md   |   9 ++
 docs/sparkr.md |   1 +
 .../r/ml/{lm_with_elastic_net.R => fmRegressor.R}  |  20 +--
 ...ssionWrapper.scala => FMRegressorWrapper.scala} |  81 +-
 .../scala/org/apache/spark/ml/r/RWrappers.scala|   2 +
 11 files changed, 291 insertions(+), 49 deletions(-)
 copy examples/src/main/r/ml/{lm_with_elastic_net.R => fmRegressor.R} (78%)
 copy mllib/src/main/scala/org/apache/spark/ml/r/{LinearRegressionWrapper.scala 
=> FMRegressorWrapper.scala} (64%)


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