Seems like problem with parsing the (non-ISO) date format from the dataset (you can see the dates are assigned to year 1910). The "not monothonic" error should be shown when time "goes backwards" (1,2,3,1,5,...); Which is not the case here, and the graph is actually correct. Thanks for testing!
On Sun, Jan 24, 2016 at 8:47 PM, Sebastián Narváez <[email protected]> wrote: > When I upload the rec-center-hourly.csv from the Hot Gym example in the > web app, it outputs "Your time is not monotonic at row 0! Graphs are > incorrect.". What does it mean? > > On Tue, Jan 19, 2016 at 5:00 PM, Marek Otahal <[email protected]> > wrote: > >> Hey NuPICers, >> >> Jeff Fohl and I are creating a tool for visualization of time-series, >> anomaly highlighting and continuous monitoring; with a first-class focus on >> NuPIC :) It is currently capable of analyzing (OPF) results file (as well >> as any CSV data), conveniently highlight anomalies detected by the model, >> and in progress is live monitoring of the model's output (so we could see >> the model's progress already during learning). >> >> The repo is available at >> https://github.com/nupic-community/nupic.visualizations >> with the online web-application for trying out directly at >> https://nupic-visualizations.firebaseapp.com/ >> >> Some "bigger" functionality considered, and that you may be interested in >> reviewing can be found at >> https://github.com/nupic-community/nupic.visualizations/labels/new_feature >> >> Currently we are looking for people (potentially) interested in the app, >> or your opinions what features the visualization tool should offer. Please >> comment here, or better yet directly at >> https://github.com/nupic-community/nupic.visualizations/issues/80 >> >> Cheers, >> Mark >> >> -- >> Marek Otahal :o) >> > > -- Marek Otahal :o)
