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 abfd9b2  [SPARK-34769][SQL] AnsiTypeCoercion: return closest 
convertible type among TypeCollection
     add 88cf86f  [SPARK-34797][ML] Refactor Logistic Aggregator - support 
virtual centering

No new revisions were added by this update.

Summary of changes:
 .../aggregator/BinaryLogisticBlockAggregator.scala | 170 +++++++++
 .../ml/optim/aggregator/LogisticAggregator.scala   | 346 +-----------------
 .../MultinomialLogisticBlockAggregator.scala       | 212 +++++++++++
 .../classification/LogisticRegressionSuite.scala   |  27 --
 .../BinaryLogisticBlockAggregatorSuite.scala       | 303 ++++++++++++++++
 .../optim/aggregator/LogisticAggregatorSuite.scala | 333 ------------------
 .../MultinomialLogisticBlockAggregatorSuite.scala  | 387 +++++++++++++++++++++
 7 files changed, 1073 insertions(+), 705 deletions(-)
 create mode 100644 
mllib/src/main/scala/org/apache/spark/ml/optim/aggregator/BinaryLogisticBlockAggregator.scala
 create mode 100644 
mllib/src/main/scala/org/apache/spark/ml/optim/aggregator/MultinomialLogisticBlockAggregator.scala
 create mode 100644 
mllib/src/test/scala/org/apache/spark/ml/optim/aggregator/BinaryLogisticBlockAggregatorSuite.scala
 delete mode 100644 
mllib/src/test/scala/org/apache/spark/ml/optim/aggregator/LogisticAggregatorSuite.scala
 create mode 100644 
mllib/src/test/scala/org/apache/spark/ml/optim/aggregator/MultinomialLogisticBlockAggregatorSuite.scala

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

Reply via email to