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 bcac733  [SPARK-35200][CORE] Avoid to recompute the pending 
speculative tasks in the ExecutorAllocationManager and remove some unnecessary 
code
     add 1f150b9  [SPARK-35024][ML] Refactor LinearSVC - support virtual 
centering

No new revisions were added by this update.

Summary of changes:
 R/pkg/tests/fulltests/test_mllib_classification.R  |   6 +-
 .../apache/spark/ml/classification/LinearSVC.scala |  46 ++++-
 .../ml/classification/LogisticRegression.scala     |  10 +-
 .../aggregator/BinaryLogisticBlockAggregator.scala |   6 +-
 .../ml/optim/aggregator/HingeAggregator.scala      | 212 ---------------------
 ...Aggregator.scala => HingeBlockAggregator.scala} |  70 +++----
 .../MultinomialLogisticBlockAggregator.scala       |   2 +-
 .../spark/ml/classification/LinearSVCSuite.scala   |  36 +---
 .../ml/optim/aggregator/HingeAggregatorSuite.scala | 189 ------------------
 ...Suite.scala => HingeBlockAggregatorSuite.scala} | 109 ++++-------
 python/pyspark/ml/classification.py                |   8 +-
 python/pyspark/ml/tests/test_training_summary.py   |  12 +-
 12 files changed, 131 insertions(+), 575 deletions(-)
 delete mode 100644 
mllib/src/main/scala/org/apache/spark/ml/optim/aggregator/HingeAggregator.scala
 copy 
mllib/src/main/scala/org/apache/spark/ml/optim/aggregator/{BinaryLogisticBlockAggregator.scala
 => HingeBlockAggregator.scala} (69%)
 delete mode 100644 
mllib/src/test/scala/org/apache/spark/ml/optim/aggregator/HingeAggregatorSuite.scala
 copy 
mllib/src/test/scala/org/apache/spark/ml/optim/aggregator/{BinaryLogisticBlockAggregatorSuite.scala
 => HingeBlockAggregatorSuite.scala} (70%)

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

Reply via email to