Details
-
New Feature
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
None
-
None
Description
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. Is it necessary to add a chiSquare Selector based on False Positive Rate (FPR) test, like it is implemented in scikit-learn.
http://scikit-learn.org/stable/modules/feature_selection.html#univariate-feature-selection
Attachments
Issue Links
- is duplicated by
-
SPARK-16843 Select features according to a percentile of the highest scores of ChiSqSelector
- Resolved
- is related to
-
SPARK-17870 ML/MLLIB: ChiSquareSelector based on Statistics.chiSqTest(RDD) is wrong
- Resolved
- relates to
-
SPARK-18088 ChiSqSelector FPR PR cleanups
- Resolved
- links to