You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@spark.apache.org by Hemant Garg <ga...@gmail.com> on 2020/05/11 12:25:10 UTC

Regarding anomaly detection in real time streaming data

Hello sir,
I'm currently working on a project where i would've to detect anomalies in
real time streaming data pushing data from kafka into apache spark. I chose
to go with streaming kmeans clustering algorithm, but I couldn't find much
about it. Do you think it is a suitable algorithm to go with or should i
think of something else.