Using PyFlink with LightGBM

283 views Asked by At

Is it possible to use PyFlink with python machine learning libraries such as LightGBM for a streaming application? Is there any good example for this?

1

There are 1 answers

0
aljoscha On

There is no complete example but you can take a loot at Getting Started with Flink Python and then take a look at how Python UDFs can be used: UDFs in the Table API.