-
Notifications
You must be signed in to change notification settings - Fork 705
[ENH] Standardize output format for tslib
v2 models
#1965
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
If we add fix for |
tslib
modelstslib
v2 models
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1965 +/- ##
=======================================
Coverage ? 87.29%
=======================================
Files ? 158
Lines ? 9278
Branches ? 0
=======================================
Hits ? 8099
Misses ? 1179
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:
|
can you add in the PR description if this stacks on another PR now? It does not seem to be actually stacked on anything else at the moment. |
quick question: can this be merged, please confirm
|
Not right now, I need to add some tests for the changes :) To make sure there are no outliers. I am busy this week, I'll try to add them this weekend.
Yes these are passing in #1960 after stacking
I am a little confused about it, right now pipeline doesnot support multi-target. The models doesnot support or being tested for multi-target. So, I was thinking, if its better to leave it for future? Or should I add atleast a backbone for multi-target tests, but idts I'll have anyway to test it. |
All I was asking, let me explain: "there is an unchecked box in the PR description which looks like you intended to work on it. Is this assumption correct, and this is still WiP? Or is this ready for merge and the unchecked box in the PR description is not blocking for you?" I was not asking about an additional feature to be added to the PR; just asking whether I should consider the unchecked box as an indicator that you intend to still work on this before merge. |
No it is not blocking me. What I was trying to say was that it is hard to add multi-target. It is kind of a new feature and the unchecked box is mainly to signify that we still need to add this support and we should not forget about this. I thought maybe I can do something about it in this PR, but I think this would require a new PR now :) |
Hello there.
It is hard for me to review all the code, sorry, but if there are some part of it you are not sure about I will check them, just tell me where! |
Thanks @agobbifbk for the review!
I dont think our pipeline can still handle multi-target, see #1965 (comment)
Yes! this would be one of the discussion points I think, after this PR and after the I think we need to have some discussions on the way forward. I am busy with exams this month, maybe we can discuss it in first week of Oct? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for clarifying my questions, all addressed now
Fixes #1964
This PR standardizes the output format of
forward
oftslib
models to:DLinear
TimeXer