Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@Sohaib-Ahmed21
Copy link
Contributor

@Sohaib-Ahmed21 Sohaib-Ahmed21 commented Nov 17, 2024

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
  • I've added myself to the list of contributors with any new badges I've earned :-)
    How to: add yourself to the all-contributors file in the sktime root directory (not the CONTRIBUTORS.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 plus code if you also fixed the bug in the PR).maintenance - CI, test framework, release.
    See here for full badge reference
  • Optionally, for added estimators: I've added myself and possibly to the maintainers tag - 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.
  • The PR title starts with either [ENH], [MNT], [DOC], or [BUG]. [BUG] - bugfix, [MNT] - CI, test framework, [ENH] - adding or improving code, [DOC] - writing or improving documentation or docstrings.
For new estimators
  • I've added the estimator to the API reference - in docs/source/api_reference/taskname.rst, follow the pattern.
  • I've added one or more illustrative usage examples to the docstring, in a pydocstyle compliant Examples section.
  • If the estimator relies on a soft dependency, I've set the python_dependencies tag and ensured
    dependency isolation, see the estimator dependencies guide.

@Sohaib-Ahmed21
Copy link
Contributor Author

Kindly can some maintainer approve the workflows.

@fkiraly
Copy link
Collaborator

fkiraly commented Nov 18, 2024

I assume this is still work in progress?

@fkiraly fkiraly added implementing algorithms Implementing algorithms, estimators, objects native to sktime module:forecasting forecasting module: forecasting, incl probabilistic and hierarchical forecasting enhancement Adding new functionality labels Nov 18, 2024
@Sohaib-Ahmed21
Copy link
Contributor Author

I assume this is still work in progress?

Yes just minor things left.

@Sohaib-Ahmed21
Copy link
Contributor Author

Kindly can some maintainer approve the workflows.

@Sohaib-Ahmed21
Copy link
Contributor Author

The PR is ready for review. Someone please review this.

Copy link
Member

@geetu040 geetu040 left a 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.

@Sohaib-Ahmed21
Copy link
Contributor Author

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
@Sohaib-Ahmed21
Copy link
Contributor Author

@geetu040 I have addressed the reviews except wrapping of network classes which needs discussion here. Kindly approve the workflows.

Sohaib-Ahmed21 and others added 2 commits November 28, 2024 02:03
…et forecaster to not expose the soft dependency i.e. torch on modular level explicitly.
@Sohaib-Ahmed21
Copy link
Contributor Author

@geetu040 @fkiraly This PR is ready for the review. Kindly check.

Copy link
Member

@geetu040 geetu040 left a 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.

@fkiraly fkiraly merged commit 7eeff35 into sktime:main Dec 1, 2024
65 checks passed
@fkiraly fkiraly changed the title [ENH] add SCINet forecaster [ENH] SCINet forecaster Dec 1, 2024
benHeid pushed a commit that referenced this pull request Feb 15, 2025
Fixes #6831, adds time series forecasting model SCINet to sktime.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement Adding new functionality implementing algorithms Implementing algorithms, estimators, objects native to sktime module:forecasting forecasting module: forecasting, incl probabilistic and hierarchical forecasting

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[ENH] add SCINet forecaster

3 participants