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

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


    from e01ac581f46a [SPARK-47933][PYTHON] Parent Column class for Spark 
Connect and Spark Classic
     add 3c7905e00d2e [SPARK-47600][CORE] MLLib: Migrate logInfo with variables 
to structured logging framework

No new revisions were added by this update.

Summary of changes:
 .../scala/org/apache/spark/internal/LogKey.scala   | 47 ++++++++++++++++++++++
 .../org/apache/spark/ml/clustering/KMeans.scala    | 22 +++++-----
 .../optim/IterativelyReweightedLeastSquares.scala  | 10 +++--
 .../spark/ml/optim/WeightedLeastSquares.scala      |  5 ++-
 .../org/apache/spark/ml/r/RWrapperUtils.scala      | 11 ++---
 .../ml/regression/RandomForestRegressor.scala      |  2 +-
 .../spark/ml/tree/impl/GradientBoostedTrees.scala  |  5 ++-
 .../apache/spark/ml/tree/impl/RandomForest.scala   | 14 ++++---
 .../apache/spark/ml/tuning/CrossValidator.scala    | 10 +++--
 .../spark/ml/tuning/TrainValidationSplit.scala     | 11 +++--
 .../org/apache/spark/ml/util/DatasetUtils.scala    |  8 ++--
 .../org/apache/spark/ml/util/Instrumentation.scala | 18 ++++++---
 .../scala/org/apache/spark/ml/util/ReadWrite.scala |  5 ++-
 .../spark/mllib/clustering/BisectingKMeans.scala   | 18 +++++----
 .../org/apache/spark/mllib/clustering/KMeans.scala | 23 ++++++-----
 .../spark/mllib/clustering/LocalKMeans.scala       |  8 ++--
 .../clustering/PowerIterationClustering.scala      | 15 +++----
 .../spark/mllib/clustering/StreamingKMeans.scala   |  9 +++--
 .../evaluation/BinaryClassificationMetrics.scala   |  8 ++--
 .../org/apache/spark/mllib/feature/Word2Vec.scala  | 11 +++--
 .../org/apache/spark/mllib/fpm/PrefixSpan.scala    | 24 ++++++-----
 .../regression/StreamingLinearAlgorithm.scala      |  7 ++--
 .../apache/spark/ml/recommendation/ALSSuite.scala  | 13 +++---
 .../apache/spark/mllib/linalg/VectorsSuite.scala   |  4 +-
 24 files changed, 206 insertions(+), 102 deletions(-)


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

Reply via email to