If you can save the model as a PMML file you can apply it on a stream using one of the java pmml libraries.
Sent from my iPhone > On May 14, 2019, at 4:44 PM, Abhishek Singh <asingh2...@gmail.com> wrote: > > I was looking forward to using Flink ML for my project where I think I can > use SVM. > > I have been able to run a bath job using flink ML and trained and tested my > data. > > Now I want to do the following:- > 1. Applying the above-trained model to a stream of events from Kafka (Using > Data Streams) : For this, I want to know if Flink ML can be used with Data > Streams. > > 2. Persisting the model: I may want to save the trained model for some time > future. > > Can the above 2 use cases be achieved using Apache Flink? > > Regards, > Abhishek Kumar Singh > Search Engineer > Mob :+91 7709735480 > > > ...