-
- Downloads
[SPARK-18088][ML] Various ChiSqSelector cleanups
## What changes were proposed in this pull request? - Renamed kbest to numTopFeatures - Renamed alpha to fpr - Added missing Since annotations - Doc cleanups ## How was this patch tested? Added new standardized unit tests for spark.ml. Improved existing unit test coverage a bit. Author: Joseph K. Bradley <joseph@databricks.com> Closes #15647 from jkbradley/chisqselector-follow-ups.
Showing
- docs/ml-features.md 6 additions, 6 deletionsdocs/ml-features.md
- docs/mllib-feature-extraction.md 6 additions, 9 deletionsdocs/mllib-feature-extraction.md
- mllib/src/main/scala/org/apache/spark/ml/feature/ChiSqSelector.scala 35 additions, 24 deletions...ain/scala/org/apache/spark/ml/feature/ChiSqSelector.scala
- mllib/src/main/scala/org/apache/spark/mllib/api/python/PythonMLLibAPI.scala 2 additions, 2 deletions...la/org/apache/spark/mllib/api/python/PythonMLLibAPI.scala
- mllib/src/main/scala/org/apache/spark/mllib/feature/ChiSqSelector.scala 21 additions, 24 deletions.../scala/org/apache/spark/mllib/feature/ChiSqSelector.scala
- mllib/src/test/scala/org/apache/spark/ml/feature/ChiSqSelectorSuite.scala 72 additions, 63 deletions...cala/org/apache/spark/ml/feature/ChiSqSelectorSuite.scala
- mllib/src/test/scala/org/apache/spark/mllib/feature/ChiSqSelectorSuite.scala 9 additions, 8 deletions...a/org/apache/spark/mllib/feature/ChiSqSelectorSuite.scala
- python/pyspark/ml/feature.py 19 additions, 18 deletionspython/pyspark/ml/feature.py
- python/pyspark/mllib/feature.py 27 additions, 31 deletionspython/pyspark/mllib/feature.py
Loading
Please register or sign in to comment