Skip to content
This repository has been archived by the owner on Nov 13, 2021. It is now read-only.

[Q] How to use this algorithm in real-time/on-line? #91

Open
N1h1l1sT opened this issue Nov 14, 2017 · 3 comments
Open

[Q] How to use this algorithm in real-time/on-line? #91

N1h1l1sT opened this issue Nov 14, 2017 · 3 comments

Comments

@N1h1l1sT
Copy link

N1h1l1sT commented Nov 14, 2017

So, for off-line usage, you have the dataset, you put a date/time as the 1st column in a data.frame and a numeric one as the second, and you feed it to AnomalyDetectionTs()

This way you can get an off-line graph via $plot (not being re-rendered as new data come) and the actual anomalous entries on $anoms

But what if you wish to use it not for offline data, but for streaming data?
Can you get a responsive graph? and most importantly, can you get the increasing number of anomalies?

Or is the idea to merge the data into a big dataset and run it every X minutes/hours/etc with an "only_last" value?

@tharejamudit
Copy link

thinking of this

@N1h1l1sT
Copy link
Author

Yeah, having an on-line way of getting anomalies and graph is very important..

@irisava
Copy link

irisava commented Sep 5, 2018

Except for updating the data to contain the last streaming data every minutes/hours, is there any other method?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants