Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Virtual stream predictions look strange. #271

Open
volt42 opened this issue Dec 18, 2013 · 4 comments
Open

Virtual stream predictions look strange. #271

volt42 opened this issue Dec 18, 2013 · 4 comments

Comments

@volt42
Copy link
Contributor

volt42 commented Dec 18, 2013

This is because sometimes the two latest values are extremely close to one another. Not sure if best fixed in front end (looka at more than one interval? Use a minimum interval?) or the back end (enforce a certain interval byt waiting to update a minimum ammount of time regardless of parent streams?).

@ghost ghost assigned nikokon Dec 18, 2013
@nikokon
Copy link
Contributor

nikokon commented Dec 18, 2013

well, this goes for all streams with irregular updates right...

@nikokon
Copy link
Contributor

nikokon commented Dec 18, 2013

I mean, isn't this really a back-end issue? at least partly... I can space out the predictions nicely but they won't be accurate anyway if the algorithm is expecting evenly spaced inputs...

@volt42
Copy link
Contributor Author

volt42 commented Dec 18, 2013

I agree with you, but i wanted the issue to be kind of open ended.

@volt42
Copy link
Contributor Author

volt42 commented Dec 19, 2013

I marked this as wontfix, because it should probably be fixed in the backend. Another good reason for this is that an uneven interval gives a lower quality on predictions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants