I adapted nyctaxi_anomaly.py from the example to process my data from sensors.
I have processed data with frequency of 1 Hz (86400 data points a day), and it worked well. The running time is about 600 seconds each time.
But when I try 50 Hz and 200 Hz data, it takes too long time.
So I ask you for help on how to deal with this problem.
Thanks!