we are training machine learning models offline and persist them in python pickle-files.
We were wondering about the best way to embedd those pickeled-models into a stream (e.g. sensorInputStream > PredictionJob > OutputStream.
Apache Flink ML seems to be the right choice to train a model with stream-data but not to reference an existing model.
Thanks for you response.
Kind Regards Lomungo