You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by sr...@apache.org on 2020/05/27 14:02:57 UTC

[spark] branch master updated (765105b -> 50492c0)

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 765105b  [SPARK-31638][WEBUI] Clean Pagination code for all webUI pages
     add 50492c0  [SPARK-31803][ML] Make sure instance weight is not negative

No new revisions were added by this update.

Summary of changes:
 mllib/src/main/scala/org/apache/spark/ml/Predictor.scala           | 3 ++-
 .../main/scala/org/apache/spark/ml/classification/NaiveBayes.scala | 5 +++--
 .../scala/org/apache/spark/ml/clustering/BisectingKMeans.scala     | 3 ++-
 .../scala/org/apache/spark/ml/clustering/GaussianMixture.scala     | 3 ++-
 mllib/src/main/scala/org/apache/spark/ml/clustering/KMeans.scala   | 3 ++-
 .../apache/spark/ml/evaluation/BinaryClassificationEvaluator.scala | 3 ++-
 .../scala/org/apache/spark/ml/evaluation/ClusteringEvaluator.scala | 3 ++-
 .../scala/org/apache/spark/ml/evaluation/ClusteringMetrics.scala   | 2 --
 .../spark/ml/evaluation/MulticlassClassificationEvaluator.scala    | 3 ++-
 .../scala/org/apache/spark/ml/evaluation/RegressionEvaluator.scala | 4 +++-
 mllib/src/main/scala/org/apache/spark/ml/functions.scala           | 6 ++++++
 .../apache/spark/ml/regression/GeneralizedLinearRegression.scala   | 3 ++-
 .../scala/org/apache/spark/ml/regression/IsotonicRegression.scala  | 7 ++++---
 13 files changed, 32 insertions(+), 16 deletions(-)


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