-
Notifications
You must be signed in to change notification settings - Fork 198
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FEAT: online anomaly detection #546
base: main
Are you sure you want to change the base?
Conversation
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
Experiment ResultsExperiment 1: air-passengersDescription:
Results:
Plot:Experiment 2: air-passengersDescription:
Results:
Plot:Experiment 3: electricity-multiple-seriesDescription:
Results:
Plot:Experiment 4: electricity-multiple-seriesDescription:
Results:
Plot:Experiment 5: electricity-multiple-seriesDescription:
Results:
Plot: |
nbs/docs/capabilities/realtime-anomaly-detection/01_quickstart.ipynb
Outdated
Show resolved
Hide resolved
nbs/docs/capabilities/realtime-anomaly-detection/01_quickstart.ipynb
Outdated
Show resolved
Hide resolved
nbs/docs/capabilities/realtime-anomaly-detection/02_improve_detection_accuracy.ipynb
Outdated
Show resolved
Hide resolved
nbs/docs/capabilities/realtime-anomaly-detection/02_improve_detection_accuracy.ipynb
Outdated
Show resolved
Hide resolved
...apabilities/realtime-anomaly-detection/03_univariate_vs_multivariate_anomaly_detection.ipynb
Outdated
Show resolved
Hide resolved
...apabilities/realtime-anomaly-detection/03_univariate_vs_multivariate_anomaly_detection.ipynb
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The endpoint is called online anomaly detection, so we should probably name the method the same, e.g. detect_anomalies_online
or online_anomaly_detection
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice! Just some minor comments, apart from that the implementation looks ok, I didn't look at the docs.
Add new method for real-time anomaly detection