Owen Vallis

Results 78 comments of Owen Vallis

Hi Conny, I would suggest trying the AnomalyDetectionVec function instead of the TS function. At the moment, the TS function aggregates secondly data into minutely data. The Vec function simply...

Thanks, for pointing out the issue and the suggestion for a fix. Adding the check for the nan actually kicked the error up to the max(ares) line. I setup a...

Thanks for checking out the package. All the dependencies are listed in the DESCRIPTION file under "Imports". At the moment, the package uses ggplot2, stringr, and lubridate. Best,

Hi Arwin, Thanks for trying out the package. As you mentioned, it seems like the daily granularity might be causing an issue with the long_term option. Line 180 in ts_anom_detection.R...

I think we could certainly add the exception into the code to avoid the errors. Line 83 might be a good spot. If we don't have any potential anoms stored...

Good point. We can remove the print, and add a verbose mode for debugging.

@BrashEQLibrium This was added a while back. The current version has all the prints replaced with the new message call.

Hi Wilson, Are you able to download other packages using `install_github()`?

Odd, installing on OSX returns ``` R > devtools::install_github("twitter/AnomalyDetection") Downloading github repo twitter/AnomalyDetection@master Installing AnomalyDetection '/usr/local/Cellar/r/3.1.1/R.framework/Resources/bin/R' --vanilla CMD INSTALL \ '/private/var/folders/vt/lcrl4r_n36g6fymhk_jp4d2w0000gn/T/Rtmp3AI4b3/devtools157442bace3a/twitter-AnomalyDetection-b9a53f8' \ --library='/usr/local/Cellar/r/3.1.1/R.framework/Versions/3.1/Resources/library' \ --install-tests ``` I'll do some digging...

Hi Michal Monselise, what address should I email the .tar.gz to? Alternatively, you can download the repo and create an R Studio project to build the install.