You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Dong Lin (Jira)" <ji...@apache.org> on 2023/02/01 11:27:00 UTC

[jira] [Created] (FLINK-30865) Make pyflink-ml modules consistent with Flink ML Java library packages

Dong Lin created FLINK-30865:
--------------------------------

             Summary: Make pyflink-ml modules consistent with Flink ML Java library packages
                 Key: FLINK-30865
                 URL: https://issues.apache.org/jira/browse/FLINK-30865
             Project: Flink
          Issue Type: Improvement
          Components: Library / Machine Learning
            Reporter: Dong Lin
            Assignee: Jiang Xin
             Fix For: ml-2.2.0


For some classes in pyflink-ml, its module is inconsistent with the package of the corresponding class in Flink ML Java library.

For example, the Stage class in pyflink-ml is currently under the module pyflink.ml.core.api, whereas the Stage class in Flink ML Java library is under the package org.apache.flink.ml.api.

It would be useful to make their package consistent, e.g. moving the Stage class in pyflink-ml to be under the module pyflink.ml.core.api, so that the experience of using pyflink-ml and Flink ML Java library can be as similar as possible.

 

 



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