Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 828 Bytes

spark-mllib-streaming.adoc

File metadata and controls

27 lines (15 loc) · 828 Bytes

Streaming MLlib

The following Machine Learning algorithms have their streaming variants in MLlib:

They can train models and predict on streaming data.

Note
The streaming algorithms belong to spark.mllib (the older RDD-based API).

Streaming k-means

org.apache.spark.mllib.clustering.StreamingKMeans

Streaming Linear Regression

org.apache.spark.mllib.regression.StreamingLinearRegressionWithSGD

Streaming Logistic Regression

org.apache.spark.mllib.classification.StreamingLogisticRegressionWithSGD