You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by sr...@apache.org on 2020/04/09 03:30:36 UTC

[spark] branch master updated (0248b32 -> 0063462)

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 0248b32  [SPARK-31382][BUILD] Show a better error message for different python and pip installation mistake
     add 0063462  [SPARK-30818][SPARKR][ML] Add SparkR LinearRegression wrapper

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                         | 151 +++++++++++++++++++++
 R/pkg/R/mllib_utils.R                              |   2 +
 R/pkg/tests/fulltests/test_mllib_regression.R      |  29 ++++
 R/pkg/vignettes/sparkr-vignettes.Rmd               |  14 ++
 docs/ml-classification-regression.md               |   7 +
 docs/sparkr.md                                     |   1 +
 .../r/ml/{fmClassifier.R => lm_with_elastic_net.R} |  16 +--
 ...Wrapper.scala => LinearRegressionWrapper.scala} | 106 +++++++--------
 .../scala/org/apache/spark/ml/r/RWrappers.scala    |   2 +
 11 files changed, 267 insertions(+), 68 deletions(-)
 copy examples/src/main/r/ml/{fmClassifier.R => lm_with_elastic_net.R} (76%)
 copy mllib/src/main/scala/org/apache/spark/ml/r/{LinearSVCWrapper.scala => LinearRegressionWrapper.scala} (54%)


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