-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
[ENH] Migrate ResNetClassifier
from sktime-dl
to sktime
#3881
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
ResNetClassifier
from sktime-dl
to sktime
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.
Some minor typos are resulting in current failures in checks. Let's get them sorted so this estimator passes through.
You could go through the tests to see if there are any failures that I missed. LMK if you need any help. This is almost done, great work! |
@fkiraly @achieveordie can you please review test results? it is failing for assertion error. Thank you |
Regarding An excellent way to see what went wrong is to check what the error is, here it says:
which makes sense since we don't want to change parameters passed by the user. For that purpose, we actually use |
Regarding This is a known problem in DL estimators that |
(While we are still changing things, another easy win is renaming |
(Also, I would highly recommend adding yourself as a contributor by editing |
Reference Issues/PRs
Part of #3351. See also #3365
What does this implement/fix? Explain your changes.
Migrating dl estimators from sktime_dl to sktime
Does your contribution introduce a new dependency? If yes, which one?
No
What should a reviewer concentrate their feedback on?
tests
PR checklist
For all contributions