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: [email protected]
For additional commands, e-mail: [email protected]