Machine Learning with Flink
Alexey Novakov published on
14 min, 2777 words
If you want to add Machine Learning capabilities into your Flink job then this article is for you. As Flink runs on Java Virtual Machine, we are constrained by the tools which JVM supports. However, there are still plenty of options to choose in order to perform model training and inference as part of a Flink job.
Read More
Categories: scala