[
https://issues.apache.org/jira/browse/FLINK-29595?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17656423#comment-17656423
]
Dong Lin edited comment on FLINK-29595 at 1/10/23 5:23 AM:
-----------------------------------------------------------
ChiSqSelector has been be implemented as part of the UnivariateFeatureSelector.
Note that Spark has also marked ChiSqSelector as deprecated and delegate the
corresponding functionality to UnivariateFeatureSelector.
was (Author: lindong):
ChiSqSelector has been be implemented as part of the UnivariateFeatureSelector.
Note that Spark has also marked ChiSqSelector as deprecated and delegate the
corresponding functionality to UnivariateFeatureSelector.
> Add Estimator and Transformer for ChiSqSelector
> -----------------------------------------------
>
> Key: FLINK-29595
> URL: https://issues.apache.org/jira/browse/FLINK-29595
> Project: Flink
> Issue Type: New Feature
> Components: Library / Machine Learning
> Affects Versions: ml-2.2.0
> Reporter: Yunfeng Zhou
> Assignee: Jiang Xin
> Priority: Major
> Labels: pull-request-available
> Fix For: ml-2.2.0
>
>
> Add the Estimator and Transformer for ChiSqSelector.
> Its function would be at least equivalent to Spark's
> org.apache.spark.ml.feature.ChiSqSelector. The relevant PR should contain the
> following components:
> * Java implementation/test (Must include)
> * Python implementation/test (Optional)
> * Markdown document (Optional)
--
This message was sent by Atlassian Jira
(v8.20.10#820010)