Examples of using Apache Spark MLlib Pipelines and Structured Streaming on version 2.4.0
Links:
Running the example:
- Download a data from Worldline and the Machine Learning Group and copy to dir data;
- Run a train app - com.phylosoft.spark.learning.ml.streaming.creditcardfrauld.CreditCardFraudTrainApp;
- Run a predict app - com.phylosoft.spark.learning.ml.streaming.creditcardfrauld.CreditCardFraudPredictApp;