Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/markedmondson1234/anomaly_detection_rmail_alert
This script pulls time series data from Mixpanel and checks to see whether anomalies are present using Twitters AnomalyDetection package in R
https://github.com/markedmondson1234/anomaly_detection_rmail_alert
Last synced: 16 days ago
JSON representation
This script pulls time series data from Mixpanel and checks to see whether anomalies are present using Twitters AnomalyDetection package in R
- Host: GitHub
- URL: https://github.com/markedmondson1234/anomaly_detection_rmail_alert
- Owner: MarkEdmondson1234
- Created: 2016-03-06T20:30:10.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2015-02-19T18:47:36.000Z (over 9 years ago)
- Last Synced: 2024-05-02T05:15:11.624Z (7 months ago)
- Language: R
- Size: 133 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# anomaly_detection_Rmail_alert
This script pulls time series data from Mixpanel and checks to see whether anomalies are present using Twitters AnomalyDetection package in R.
The script is intended to be run on a task scheduler for the lapsed period in which you would like to recieve email notifications that an anomaly has occurred.
It is based off of the following R code on GitHub:
mailR: https://github.com/rpremraj/mailR
AnomalyDetection: https://github.com/twitter/AnomalyDetection
Mixpanel-API-to-R: https://github.com/megfitz/mixpanel-API-to-R