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

Sub tick predictions for COB on sparse data #184

Open
Kalhama opened this issue Oct 9, 2024 · 2 comments
Open

Sub tick predictions for COB on sparse data #184

Kalhama opened this issue Oct 9, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@Kalhama
Copy link
Owner

Kalhama commented Oct 9, 2024

We do linear interpolation on known COB values, which might not represent the reality. If tick is too long (data is sparse) we should add sub tick predictions in the following matter.

Screenshot 2024-10-09 at 15 36 26

Essentially we need to run the existing prediction function but for active meals at tick_start until tick_end at the rate attributed_carbs implies.

@Kalhama Kalhama added the enhancement New feature or request label Oct 9, 2024
@Kalhama
Copy link
Owner Author

Kalhama commented Oct 9, 2024

This issue is somewhat blocked by: #129

Before that is fixed the subticks won't yield relevant results.

@Kalhama
Copy link
Owner Author

Kalhama commented Oct 10, 2024

Should we look back or forward with the rates?

@Kalhama Kalhama moved this from Backlog to Todo in Gluwave roadmap Oct 11, 2024
@Kalhama Kalhama changed the title Replace carbs on board linear interpolation on sparse data with sub tick predictions Sub tick predictions for COB on spare data Oct 11, 2024
@Kalhama Kalhama changed the title Sub tick predictions for COB on spare data Sub tick predictions for COB on sparse data Oct 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Todo
Development

No branches or pull requests

1 participant