-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
[ENH] SCINet forecaster #7400
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
[ENH] SCINet forecaster #7400
Conversation
|
Kindly can some maintainer approve the workflows. |
|
I assume this is still work in progress? |
Yes just minor things left. |
|
Kindly can some maintainer approve the workflows. |
|
The PR is ready for review. Someone please review this. |
geetu040
left a comment
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.
Thank you for your contribution.
I have requested some minor changes.
|
Thanks for the review @geetu040! I will address these soon except wrapping of network classes which needs discussion here. |
…ments and code. In code: removed unnecessary params and improved test cases
|
@geetu040 I have addressed the reviews except wrapping of network classes which needs discussion here. Kindly approve the workflows. |
…comments to match the standards.
…comments to match the standards.
…et forecaster to not expose the soft dependency i.e. torch on modular level explicitly.
geetu040
left a comment
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 the contribution!
Please update the PR description, that goes with the merge commit.
Fixes #6831, adds time series forecasting model SCINet to sktime.
Reference Issues/PRs
Fixes #6831
What does this implement/fix? Explain your changes.
It adds time series forecasting model SCINet to sktime.
Does your contribution introduce a new dependency? If yes, which one?
No.
Did you add any tests for the change?
No
PR checklist
For all contributions
How to: add yourself to the all-contributors file in the
sktimeroot directory (not theCONTRIBUTORS.md). Common badges:code- fixing a bug, or adding code logic.doc- writing or improving documentation or docstrings.bug- reporting or diagnosing a bug (get this pluscodeif you also fixed the bug in the PR).maintenance- CI, test framework, release.See here for full badge reference
maintainerstag - do this if you want to become the owner or maintainer of an estimator you added.See here for further details on the algorithm maintainer role.
For new estimators
docs/source/api_reference/taskname.rst, follow the pattern.Examplessection.python_dependenciestag and ensureddependency isolation, see the estimator dependencies guide.