Re: [DISCUSS] Support Python ML Pipeline API

2020-02-13 Thread Hequn Cheng
Hi Becket, Thanks a lot for your advice. Definitely agree with you that we should follow the FLIP process. Will pay more attention to this next time. Best, Hequn On Fri, Feb 14, 2020 at 2:19 PM Becket Qin wrote: > I just had an offline chat with Hequn and realized that FLIP-96 has already > b

Re: [DISCUSS] Support Python ML Pipeline API

2020-02-13 Thread Becket Qin
I just had an offline chat with Hequn and realized that FLIP-96 has already been opened for this discussion. I missed that because the FLIP was not mentioned in the thread. I am fine with proceeding to a vote. Thanks, Jiangjie (Becket) Qin On Fri, Feb 14, 2020 at 12:52 PM Becket Qin wrote: >

Re: [DISCUSS] Support Python ML Pipeline API

2020-02-13 Thread Becket Qin
Hi Hequn, Given this is an addition to the public API, we probably should follow the FLIP process. It would be a quick one though, I think. Thanks, Jiangjie (Becket) Qin On Fri, Feb 14, 2020 at 10:03 AM Hequn Cheng wrote: > Hi all, > > Thanks a lot for your valuable feedback! > As it seems we

Re: [DISCUSS] Support Python ML Pipeline API

2020-02-13 Thread Hequn Cheng
Hi all, Thanks a lot for your valuable feedback! As it seems we have reached a consensus on the discussion now. I have started a VOTE thread[1]. Looking forward to your vote. Best, Hequn [1] http://apache-flink-mailing-list-archive.1008284.n3.nabble.com/VOTE-Support-Python-ML-Pipeline-API-td3763

Re: [DISCUSS] Support Python ML Pipeline API

2020-02-12 Thread Becket Qin
+1. I'd say this is almost a must-have for machine learning. Thanks, Jiangjie (Becket) Qin On Thu, Feb 13, 2020 at 10:03 AM Rong Rong wrote: > Thanks for driving this initiative @Hequn Cheng . > > Moving towards python based ML is definitely a huge win consider how large > the python-ML commun

Re: [DISCUSS] Support Python ML Pipeline API

2020-02-12 Thread Rong Rong
Thanks for driving this initiative @Hequn Cheng . Moving towards python based ML is definitely a huge win consider how large the python-ML community is. a big +1 on my side! Regarding the doc, I only left a few comments on the specific APIs. overall the architecture looks very good! Looking forwa

Re: [DISCUSS] Support Python ML Pipeline API

2020-02-09 Thread Hequn Cheng
Hi everyone, Thanks a lot for your feedback. I have created the FLIP[1]. Best, Hequn [1] https://cwiki.apache.org/confluence/display/FLINK/FLIP+96%3A+Support+Python+ML+Pipeline+API On Mon, Feb 10, 2020 at 12:29 PM Dian Fu wrote: > Hi Hequn, > > Thanks for bringing up the discussion. +1 to thi

Re: [DISCUSS] Support Python ML Pipeline API

2020-02-09 Thread Dian Fu
Hi Hequn, Thanks for bringing up the discussion. +1 to this feature. The design LGTM. It's great that the Python ML users could use both the Java Pipeline Transformer/Estimator/Model classes and the Python Pipeline Transformer/Estimator/Model in the same job. Regards, Dian On Mon, Feb 10, 2020 a

Re: [DISCUSS] Support Python ML Pipeline API

2020-02-09 Thread jincheng sun
Hi Hequn, Thanks for bring up this discussion. +1 for add Python ML Pipeline API, even though the Java pipeline API may change. I would like to suggest create a FLIP for this API changes. :) Best, Jincheng Hequn Cheng 于2020年2月5日周三 下午5:24写道: > Hi everyone, > > FLIP-39[1] rebuilds the Flink M

[DISCUSS] Support Python ML Pipeline API

2020-02-05 Thread Hequn Cheng
Hi everyone, FLIP-39[1] rebuilds the Flink ML pipeline on top of TableAPI and introduces a new set of Java APIs. As Python is widely used in ML areas, providing Python ML Pipeline APIs for Flink can not only make it easier to write ML jobs for Python users but also broaden the adoption of Flink ML