Skip to content

kondrasso/Anomaly-detection-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Anomaly-detection-example

Unsupervised anomaly detection test task from Welltory using Prophet. Nbviewer is recommended to view due to large amount of interactive plots.

Prophet preview

Basic idea - tweak Prophet for subday trend detection and prediction, take 99% interval of prediction and consider everything outside its borders as anomaly, as well as calculating anomalys weigth via proximity to Prophet's border. To handle days with low or without activity at all, comparing days mean amout of steps with average, as well as number of inputs on the given day.
Complete interactive visualisation can be seen via nbviewer (or you can just see final graph in figure.html)

About

Unsupervised anomaly detection test task from Welltory using Prophet

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors