Skip to content
Snippets Groups Projects
  • Joseph K. Bradley's avatar
    91c33a0c
    [SPARK-18088][ML] Various ChiSqSelector cleanups · 91c33a0c
    Joseph K. Bradley authored
    ## 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.
    91c33a0c
    History
    [SPARK-18088][ML] Various ChiSqSelector cleanups
    Joseph K. Bradley authored
    ## 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.