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-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org

Reply via email to