Re: Machine Learning with window data

2018-08-03 Thread Robb Greathouse
I keep unsubscribing from this list; but continue to receive emails. On Fri, Aug 3, 2018 at 4:01 AM Christiaan Ras wrote: > Hi, > > > > I have a use case where I like to analyze windows of sensordata. > > Currently I have a working case where I use Structured Streaming to > process real-time str

Machine Learning with window data

2018-08-03 Thread Christiaan Ras
Hi, I have a use case where I like to analyze windows of sensordata. Currently I have a working case where I use Structured Streaming to process real-time streams of sensordata. Now I like to analyse windows of sensordata and use classification to predict the class of a whole window. For instanc