huaxingao opened a new pull request #27322: [SPARK-26111][ML][WIP] Support 
F-value between label/feature for continuous distribution feature selection
URL: https://github.com/apache/spark/pull/27322
 
 
   
   ### What changes were proposed in this pull request?
   Add FValue selection for continuous distribution features.
   
   
   ### Why are the changes needed?
   Current Spark only supports the selection of categorical features, while 
there are many requirements for the selection of continuous distribution 
features.
   
   ANOVA F-value is one way to select features from the continuous distribution 
and it's important to support it in spark.
   
   
   ### Does this PR introduce any user-facing change?
   Yes
   
   
   ### How was this patch tested?
   Add unit tests
   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to