You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by ru...@apache.org on 2020/05/08 02:53:28 UTC

[spark] branch master updated (24fac1e -> 97332f2)

This is an automated email from the ASF dual-hosted git repository.

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


    from 24fac1e  [SPARK-31646][FOLLOWUP][TESTS] Add clean up code and disable irrelevent conf
     add 97332f2  [SPARK-30660][ML][PYSPARK] LinearRegression blockify input vectors

No new revisions were added by this update.

Summary of changes:
 .../apache/spark/ml/feature/StandardScaler.scala   |   2 +-
 .../ml/optim/aggregator/HuberAggregator.scala      | 115 +++++-
 .../optim/aggregator/LeastSquaresAggregator.scala  |  93 ++++-
 .../spark/ml/regression/LinearRegression.scala     | 438 +++++++++++++--------
 .../org/apache/spark/ml/stat/Summarizer.scala      |   7 +-
 .../ml/optim/aggregator/HingeAggregatorSuite.scala |  17 +-
 .../ml/optim/aggregator/HuberAggregatorSuite.scala |  30 +-
 .../aggregator/LeastSquaresAggregatorSuite.scala   |  39 +-
 .../optim/aggregator/LogisticAggregatorSuite.scala |  15 -
 .../ml/regression/LinearRegressionSuite.scala      |  20 +
 .../spark/mllib/util/MLlibTestSparkContext.scala   |  11 +
 python/pyspark/ml/regression.py                    |  22 +-
 12 files changed, 598 insertions(+), 211 deletions(-)


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