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

Time series prediction #20

Open
anebz opened this issue May 19, 2021 · 1 comment
Open

Time series prediction #20

anebz opened this issue May 19, 2021 · 1 comment
Assignees
Labels
feature New feature

Comments

@anebz
Copy link
Owner

anebz commented May 19, 2021

Until now, the model I've used for prediction has been regression. But our data resembles a time series approach more, where each interval lasts one day. The prediction for the occupancy today at 17:00 in the Frankfurt gym depends more on the occupancy today at 16:45 in the Frankfurt gym, than in the average occupancy at 17:00 in the Frankfurt gym over previous days and weeks.

I have no idea about time series, so this is a freestyle issue. Ideally I'd like to have a time series model trained with our data, with all the preprocessing it needs, and a way that we can call the trained model and get a prediction for a new entry.

@anebz
Copy link
Owner Author

anebz commented Feb 21, 2022

@anebz anebz self-assigned this Feb 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature
Projects
None yet
Development

No branches or pull requests

2 participants