You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Dong Lin (Jira)" <ji...@apache.org> on 2022/10/28 12:09:00 UTC

[jira] [Updated] (FLINK-29786) VarianceThresholdSelector should implement HasInputCol

     [ https://issues.apache.org/jira/browse/FLINK-29786?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dong Lin updated FLINK-29786:
-----------------------------
    Issue Type: Improvement  (was: Bug)
       Summary: VarianceThresholdSelector should implement HasInputCol  (was: VarianceThresholdSelector Uses FeaturesCol Incorrectly)

> VarianceThresholdSelector should implement HasInputCol
> ------------------------------------------------------
>
>                 Key: FLINK-29786
>                 URL: https://issues.apache.org/jira/browse/FLINK-29786
>             Project: Flink
>          Issue Type: Improvement
>          Components: Library / Machine Learning
>            Reporter: Jiang Xin
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: ml-2.2.0
>
>
> Flink ML has both `FeaturesCol` and `InputCol` to be used to set input. The `FeaturesCol` should only be used with `LabelCol`, while `InputCol` can be used more generally.
> The `VarianceThresholdSelector` should use `InputCol` instead of `FeaturesCol`.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)