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

custom heirarchical time series forecasting solution added #1627

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

Jash271
Copy link

@Jash271 Jash271 commented Nov 5, 2021

So what was really happening with hierarchical time series forecasting is that I wanted forecast for a very niche query and had to wait for almost 3-4 hours of the model to train over a dataset that was barely even 20MB
Plus creating additional compute instances and all was quite a headache and not to forget getting predictions too was very time-consuming. It was like I wanted answers for a very small sample combination (like forecast for store 3,dept 6,state California ) but had to wait for training on other combinations as well. Hence I created a class-based solution that makes use of the classic time-series forecasting service of azure and rather trains it only on the Hierarchical combination the user wants predictions for I feel this whole thing could be converted into a proper Azure service with a frontend to render graphs and an SDK as well.

Kindly let me know what you feel about this solution.I am open to discussing the implications of the same and would like to know your feedback as well.

** There might be a lot of scope for correction and improvement in the solution that I've created. Let me know your feedback about this as well, where I could have made this more efficient or could have made the process even more optimal.

@ghost
Copy link

ghost commented Nov 5, 2021

CLA assistant check
All CLA requirements met.

@rtanase
Copy link

rtanase commented Nov 12, 2021

@jialiu103 FYI.

@Jash271
Copy link
Author

Jash271 commented Nov 16, 2021

@jialiu103 , I have made some commits to improve readability,
Kindly have a look and let me know if you feel there are any changes to be made and I would appreciate your feedback on how I could make this even more optimized.
I have created the blueprints as to how this can be converted into a proper Azure service

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

Successfully merging this pull request may close these issues.

None yet

4 participants