luminol icon indicating copy to clipboard operation
luminol copied to clipboard

Timestamp format

Open FeizNouri opened this issue 7 years ago • 3 comments

Hi i'm looking for toolkits for timeseries anomaly detection, i think this cloud help me but i didn't understand how to exactly work with luminol, how is the data format or the input format,can some one provide me with a simple example, for example i have a .csv file with values and date/time and i want to detect anomalies.. what format should i use for input?

FeizNouri avatar Jun 25 '18 10:06 FeizNouri

I'am also with this problem. Could you figure it out how the format should be? :D I've just opened another issue about this problem. Ty.

vrr187 avatar Aug 23 '18 13:08 vrr187

hi the datetime should be in UNIX format.

BenLim88 avatar Sep 06 '18 15:09 BenLim88

Sample Query https://api.linkedin.com/v2/organizationalEntityFollowerStatistics?q=organizationalEntity&organizationalEntity=urn:li:organization:<companyID>&timeIntervals.timeGranularityType=DAY&timeIntervals.timeRange.start={date.add(-30).format('epochTime')}000

Akash1Dixit avatar Aug 22 '19 09:08 Akash1Dixit