Skip to content

Instantly share code, notes, and snippets.

@holisticinfosec
Last active June 3, 2018 22:48
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
Decomposition of Anomalized SERVER-549521 Downloads
# Created from Anomalize project, Matt Dancho
# https://github.com/business-science/anomalize
security_access_logs %>%
filter(server == "SERVER549521") %>%
ungroup() %>%
time_decompose(count) %>%
anomalize(remainder) %>%
plot_anomaly_decomposition() +
labs(title = "Decomposition of Anomalized SERVER-549521 Downloads")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment