Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is the status of FlinkML?

Don't see much recent discussion about FlinkML - is it dying or dead?

What are some examples of some interesting recent live usages?

like image 369
johnlon Avatar asked Nov 07 '19 16:11

johnlon


People also ask

Is Flink better than spark?

Flink's low latency outperforms Spark consistently, even at higher throughput. Spark can achieve low latency with lower throughput, but increasing the throughput will also increase the latency.

What is Flink ML?

Flink ML is a library which provides machine learning (ML) APIs and infrastructures that simplify the building of ML pipelines. Users can implement ML algorithms with the standard ML APIs and further use these infrastructures to build ML pipelines for both training and inference jobs.

Does Flink support Python?

PyFlink is a Python API for Apache Flink that allows you to build scalable batch and streaming workloads, such as real-time data processing pipelines, large-scale exploratory data analysis, Machine Learning (ML) pipelines and ETL processes.


1 Answers

The community decided to drop the old flink-ml library from the 1.9 release. Meanwhile a new machine learning library has been developed under the umbrella of FLIP-39, and is being extended under FLINK-12470.

Alink may also be of interest.

like image 50
David Anderson Avatar answered Nov 10 '22 13:11

David Anderson