Hi thekingofcity,
Thanks for your interest! Unfortunately we don't have an example for online
learning for now.
We are working on an online machine learning example. Hopefully it will be
added here [1] in the next three weeks.
[1] https://github.com/apache/flink-ml
thekingofcity 于2022年1月26日周三
Hi,
I want sink the model data (coefficient from the logsitic regression model in
my case) from the flink.ml.api.Model to print or file. I figure out the way to
sink it in the batch training mode but face the following exception when the
Estimator takes an UNBOUNDED datastream.
```
Caused by: