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 731a60c [SPARK-27823][CORE][DOC][FOLLOWUP] Update doc of config `spark.driver.resourcesFile` add c397b06 [SPARK-28045][ML][PYTHON] add missing RankingEvaluator No new revisions were added by this update. Summary of changes: .../spark/ml/evaluation/RankingEvaluator.scala | 118 +++++++++++++++++++++ ...atorSuite.scala => RankingEvaluatorSuite.scala} | 46 ++++---- python/pyspark/ml/evaluation.py | 95 ++++++++++++++++- 3 files changed, 235 insertions(+), 24 deletions(-) create mode 100644 mllib/src/main/scala/org/apache/spark/ml/evaluation/RankingEvaluator.scala copy mllib/src/test/scala/org/apache/spark/ml/evaluation/{MultilabelClassificationEvaluatorSuite.scala => RankingEvaluatorSuite.scala} (61%) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org For additional commands, e-mail: commits-h...@spark.apache.org