Hi,
I'm currently trying to produce a forecast using Weka for a project I'm working on - however, the data I have collected is not regularly spaced and varies from gaps of 10 minutes to a few hours. I have attempted to average my data so there is only one value per hour but I get the error: priming instances do not appear to be in ascending order of the time stamp field (datetime)! 0.776667, 2015-01-27T00:00:00 : 0.774, 2015-01-27T00:00:00.
I'm pretty new to the software so excuse me if I'm making a really easy mistake. I'm currently using the GUI before implementing it in code, and I'm getting my data straight from my MySQL database. At the moment I'm just using the Time Series forecaster straight after adding my data in Explorer - so I'm guessing I may need to do some analysis of my data before performing the forecast?
Here's a sample of some of the data - (there's over 400 rows in total)
0.7377777777 2015-01-27 17:09:29 0.724 2015-01-27 12:51:04 0.7366666667 2015-01-27 11:13:15 0.74 2015-01-27 09:14:44 0.7419 2015-01-27 07:14:44 0.72 2015-01-27 06:14:44 0.701 2015-01-27 05:10:12
Any help would be greatly appreciated!!! Thanks![]()