[ https://issues.apache.org/jira/browse/FLINK-24354?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Flink Jira Bot updated FLINK-24354: ----------------------------------- Labels: pull-request-available stale-assigned (was: pull-request-available) I am the [Flink Jira Bot|https://github.com/apache/flink-jira-bot/] and I help the community manage its development. I see this issue is assigned but has not received an update in 30 days, so it has been labeled "stale-assigned". If you are still working on the issue, please remove the label and add a comment updating the community on your progress. If this issue is waiting on feedback, please consider this a reminder to the committer/reviewer. Flink is a very active project, and so we appreciate your patience. If you are no longer working on the issue, please unassign yourself so someone else may work on it. > FLIP-174: Improve the WithParam interface > ----------------------------------------- > > Key: FLINK-24354 > URL: https://issues.apache.org/jira/browse/FLINK-24354 > Project: Flink > Issue Type: Improvement > Components: Library / Machine Learning > Reporter: Dong Lin > Assignee: Dong Lin > Priority: Major > Labels: pull-request-available, stale-assigned > > The FLIP design doc can be found at > https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=181311361. > An important part of the Flink ML library infrastructure is the APIs to > define, set and get parameters of machine learning stages (e.g. Transformer, > Estimator, AlgoOperator). Currently Flink ML library provides these APIs > through the public methods of WithParams (an interface), ParamInfo, > ParamInfoFactory and Params (three classes). In this FLIP we propose to > simplify the Flink ML library infrastructure by reducing the number of > classes as well as the number of public methods on those classes, and still > support all the expected use-cases. > The goal of this FLIP is to increase developer velocity by making Flink ML > library easier to use. -- This message was sent by Atlassian Jira (v8.20.1#820001)