aboutsummaryrefslogtreecommitdiff
path: root/sql/core/src
diff options
context:
space:
mode:
authorPeng, Meng <peng.meng@intel.com>2016-09-21 10:17:38 +0100
committerSean Owen <sowen@cloudera.com>2016-09-21 10:17:38 +0100
commitb366f18496e1ce8bd20fe58a0245ef7d91819a03 (patch)
tree3a2e189a94ad1fc49040d721eb586724bc493097 /sql/core/src
parent28fafa3ee8f3478fa441e7bd6c8fd4ab482ca98e (diff)
downloadspark-b366f18496e1ce8bd20fe58a0245ef7d91819a03.tar.gz
spark-b366f18496e1ce8bd20fe58a0245ef7d91819a03.tar.bz2
spark-b366f18496e1ce8bd20fe58a0245ef7d91819a03.zip
[SPARK-17017][MLLIB][ML] add a chiSquare Selector based on False Positive Rate (FPR) test
## What changes were proposed in this pull request? Univariate feature selection works by selecting the best features based on univariate statistical tests. False Positive Rate (FPR) is a popular univariate statistical test for feature selection. We add a chiSquare Selector based on False Positive Rate (FPR) test in this PR, like it is implemented in scikit-learn. http://scikit-learn.org/stable/modules/feature_selection.html#univariate-feature-selection ## How was this patch tested? Add Scala ut Author: Peng, Meng <peng.meng@intel.com> Closes #14597 from mpjlu/fprChiSquare.
Diffstat (limited to 'sql/core/src')
0 files changed, 0 insertions, 0 deletions