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

[spark] branch master updated (4952f1a -> f05560b)

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

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


    from 4952f1a  [SPARK-31365][SQL] Enable nested predicate pushdown per data sources
     add f05560b  [SPARK-31127][ML] Implement abstract Selector

No new revisions were added by this update.

Summary of changes:
 .../apache/spark/ml/feature/ANOVASelector.scala    | 195 +++----------
 .../apache/spark/ml/feature/ChiSqSelector.scala    | 292 +++----------------
 .../apache/spark/ml/feature/FValueSelector.scala   | 314 +++------------------
 .../{FValueSelector.scala => Selector.scala}       | 227 +++++++--------
 .../ml/feature/VarianceThresholdSelector.scala     |  63 +----
 .../apache/spark/ml/stat/SelectionTestResult.scala | 117 --------
 .../spark/ml/feature/ANOVASelectorSuite.scala      |  17 +-
 .../spark/ml/feature/ChiSqSelectorSuite.scala      |  12 +-
 .../spark/ml/feature/FValueSelectorSuite.scala     |  20 +-
 .../feature/VarianceThresholdSelectorSuite.scala   |  11 +-
 project/MimaExcludes.scala                         |   9 +-
 11 files changed, 263 insertions(+), 1014 deletions(-)
 copy mllib/src/main/scala/org/apache/spark/ml/feature/{FValueSelector.scala => Selector.scala} (68%)
 delete mode 100644 mllib/src/main/scala/org/apache/spark/ml/stat/SelectionTestResult.scala


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