-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
[ENH] migrate MCDCNN classifier, regressor, network from sktime-dl
#4637
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
Conversation
@fkiraly could you please review this too? |
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 - left some non-blocking comments, but would appreciate a quick look.
Currently, Ubuntu-3.11 is failing due to:
Is this a known issue? @yarnabrina @fkiraly |
Not known to me, and cannot reproduce locally on Command used:
Versions: >>> from sktime import show_versions; show_versions()
System:
python: 3.11.3 (main, Apr 19 2023, 23:54:32) [GCC 11.2.0]
executable: /path/to/venv/bin/python
machine: Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35
Python dependencies:
pip: 22.3.1
sktime: 0.19.1
sklearn: 1.2.2
numpy: 1.24.3
scipy: 1.10.1
pandas: 2.0.2
matplotlib: None
joblib: 1.2.0
statsmodels: 0.14.0
numba: None
pmdarima: 2.0.3
tsfresh: None
tensorflow: None
tensorflow_probability: None |
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.
Looks good, we should be able to merge.
sktime-dl
Reference Issues/PRs
Fixes #3295
Part of #3351
What does this implement/fix? Explain your changes.
Add
MCDCNNClassifier
,MCDCNNRegressor
andMCDCNNNetwork
Does your contribution introduce a new dependency? If yes, which one?
None
What should a reviewer concentrate their feedback on?
Did you add any tests for the change?
Any other comments?
PR checklist
For all contributions
How to: add yourself to the all-contributors file in the
sktime
root 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 pluscode
if you also fixed the bug in the PR).maintenance
- CI, test framework, release.See here for full badge reference
See here for further details on the algorithm maintainer role.
For new estimators
docs/source/api_reference/taskname.rst
, follow the pattern.Examples
section.python_dependencies
tag and ensureddependency isolation, see the estimator dependencies guide.