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/03/06 05:25:21 UTC

[spark] branch master updated (1426ad8 -> 6468d6f)

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 1426ad8  [SPARK-23817][FOLLOWUP][TEST] Add OrcV2QuerySuite
     add 6468d6f  [SPARK-30776][ML] Support FValueSelector for continuous features and continuous labels

No new revisions were added by this update.

Summary of changes:
 .../apache/spark/ml/feature/ChiSqSelector.scala    |   2 +-
 .../{ChiSqSelector.scala => FValueSelector.scala}  | 290 ++++++++++++---------
 .../org/apache/spark/ml/stat/FValueTest.scala      |  36 ++-
 .../apache/spark/ml/stat/SelectionTestResult.scala | 101 +++++++
 .../spark/ml/feature/FValueSelectorSuite.scala     | 212 +++++++++++++++
 5 files changed, 512 insertions(+), 129 deletions(-)
 copy mllib/src/main/scala/org/apache/spark/ml/feature/{ChiSqSelector.scala => FValueSelector.scala} (56%)
 create mode 100644 mllib/src/main/scala/org/apache/spark/ml/stat/SelectionTestResult.scala
 create mode 100644 mllib/src/test/scala/org/apache/spark/ml/feature/FValueSelectorSuite.scala


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