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: [email protected]
For additional commands, e-mail: [email protected]