You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2022/11/14 06:53:50 UTC

[GitHub] [flink-ml] yunfengzhou-hub opened a new pull request, #173: [FLINK-29595] Add Estimator and Transformer for ChiSqSelector

yunfengzhou-hub opened a new pull request, #173:
URL: https://github.com/apache/flink-ml/pull/173

   ## What is the purpose of the change
   
   This PR adds the Estimator and Transformer for the Chi-square selector algorithm.
   
   ## Brief change log
   
     - Adds Transformer and Estimator implementation of Chi-square selector in Java and Python
     - Adds examples and documentation of Chi-square selector
   
   ## Does this pull request potentially affect one of the following parts:
   
     - Dependencies (does it add or upgrade a dependency): (no)
     - The public API, i.e., is any changed class annotated with `@Public(Evolving)`: (no)
   
   ## Documentation
   
     - Does this pull request introduce a new feature? (yes)
     - If yes, how is the feature documented? (docs / JavaDocs)
   


-- 
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.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [flink-ml] yunfengzhou-hub closed pull request #173: [FLINK-29595] Add Estimator and Transformer for ChiSqSelector

Posted by GitBox <gi...@apache.org>.
yunfengzhou-hub closed pull request #173: [FLINK-29595] Add Estimator and Transformer for ChiSqSelector
URL: https://github.com/apache/flink-ml/pull/173


-- 
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.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [flink-ml] jiangxin369 commented on pull request #173: [FLINK-29595] Add Estimator and Transformer for ChiSqSelector

Posted by GitBox <gi...@apache.org>.
jiangxin369 commented on PR #173:
URL: https://github.com/apache/flink-ml/pull/173#issuecomment-1315007722

   @yunfengzhou-hub Thanks for the PR.


-- 
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.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org