Closed breznak closed 8 years ago
@jefffohl this is ready for your review. Functionality is complete. Resolves a couple of issues. But if you have already a PR in progress, this can wait, or I'll help you resolving the merge conflicts..
@rhyolight this branch is ready to test, if you wanna give it a shot.
@breznak where exactly did you get that data file? The predictions look bad.
Chart looks good to me :+1:
where exactly did you get that data file? The predictions look bad.
Thanks. [discussed on chat, the file is from "official nupic" hotgym example.]
Thanks @breznak - can you explain how windowing
is causing problems?
@jefffohl
can you explain how windowing is causing problems?
it is not, actually. I've tried to cross that out in the PR description, the problem was caused by the reset
fields, which is fixed as a part of the PR.
:+1: Looks good @breznak. Thanks!
One thing that really needs updates is the notifications system. We have a lot of user feedback to show now that tell the user how the app is interpreting the data. I am starting to think we need a scrolling console or something similar in the UI. Having all the alerts pile up the way they are now is not working well. We should probably have that addressed before release v1.0
thewindowing
seems to cause problems, I'd suggest disabling for now until we need it in online monitoring PR (eg anomalies don't highlight with it, probably should add UI control so users can choose, as the hotgym example gets truncated too, ...)Fixes #10 Fixes #70