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 06:07:59 UTC

[spark] branch master updated (18d2ba5 -> bb9b50c)

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 18d2ba5  [SPARK-31652][ML][PYSPARK] Add ANOVASelector and FValueSelector to PySpark
     add bb9b50c  [SPARK-31656][ML][PYSPARK] AFT blockify input vectors

No new revisions were added by this update.

Summary of changes:
 .../apache/spark/ml/classification/LinearSVC.scala |  18 +--
 .../ml/classification/LogisticRegression.scala     |  23 +--
 .../spark/ml/optim/aggregator/AFTAggregator.scala  |  96 +++++++++++-
 .../ml/regression/AFTSurvivalRegression.scala      | 164 +++++++++++++++------
 .../spark/ml/regression/LinearRegression.scala     |  18 +--
 .../ml/regression/AFTSurvivalRegressionSuite.scala |  16 ++
 python/pyspark/ml/regression.py                    |  21 ++-
 7 files changed, 277 insertions(+), 79 deletions(-)


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