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/03/20 15:28:57 UTC

[spark] branch master updated (88ae6c4 -> 9a99013)

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 88ae6c4  [SPARK-31189][SQL][DOCS] Fix errors and missing parts for datetime pattern document
     add 9a99013  [SPARK-31138][ML] Add ANOVA Selector for continuous features and categorical labels

No new revisions were added by this update.

Summary of changes:
 .../{FValueSelector.scala => ANOVASelector.scala}  | 193 +++++--------------
 .../scala/org/apache/spark/ml/stat/ANOVATest.scala | 158 ++++++++++++++++
 .../org/apache/spark/ml/stat/FValueTest.scala      |  13 +-
 .../apache/spark/ml/stat/SelectionTestResult.scala |  16 ++
 .../spark/ml/feature/ANOVASelectorSuite.scala      | 204 +++++++++++++++++++++
 .../org/apache/spark/ml/stat/ANOVATestSuite.scala  | 165 +++++++++++++++++
 6 files changed, 593 insertions(+), 156 deletions(-)
 copy mllib/src/main/scala/org/apache/spark/ml/feature/{FValueSelector.scala => ANOVASelector.scala} (60%)
 create mode 100644 mllib/src/main/scala/org/apache/spark/ml/stat/ANOVATest.scala
 create mode 100644 mllib/src/test/scala/org/apache/spark/ml/feature/ANOVASelectorSuite.scala
 create mode 100644 mllib/src/test/scala/org/apache/spark/ml/stat/ANOVATestSuite.scala


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