-
Notifications
You must be signed in to change notification settings - Fork 679
[ENH] Informer Implementation #1796
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
base: main
Are you sure you want to change the base?
Conversation
Hello, this was my first time implementing for pytorch-forecasting, i am currently looking into https://pytorch-forecasting.readthedocs.io/en/stable/tutorials/building.html , for some guidance. I'll look into other implementation for better understanding for now. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1796 +/- ##
=======================================
Coverage ? 81.90%
=======================================
Files ? 48
Lines ? 5615
Branches ? 0
=======================================
Hits ? 4599
Misses ? 1016
Partials ? 0
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Description
This PR tries to implement Informer Transformer, implementation is taken from thuml
Mentioned at sktime #4939
Checklist
pre-commit install
.To run hooks independent of commit, execute
pre-commit run --all-files
Make sure to have fun coding!