-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
[ENH] migrate InceptionTime
classifier and example (from sktime-dl
)
#3003
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
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
I don't know about that for sure, I think we wanted to do it step by step? @TonyBagnall can tell you more. In either case, any help is appreciated! |
its probably easier to do it one or two at a time, so please go ahead, thanks. |
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.
Excellent, thansk for the port!
May I suggest one thing, to avoid unstructured clutter in the examples
dir:
could you rename the notebook to sth that makes clear it is about classification, sub-topic neural networks? E.g., 02a_classification_deeplearning_inceptiontime
?
Or something similarly structured so that a lexicographic sort makes clear where it's from.
You may also like to think about order and naming in the context of the other notebook(s) you are adding - for instance, doesn't need to be 02 a as long as there is a consistent, logical order to things.
7136ed9
to
25fed29
Compare
25fed29
to
07ae94a
Compare
@tobiasweede, FYI, the grid search has the |
f467b38
to
22b8a01
Compare
fix linting apply suggested naming convention comment grid search remove tf hard dependecy exclude inceptiontime from tests using pickle
22b8a01
to
d906e40
Compare
FYI, I do not consider the "refactor" comments as blocking. |
@fkiraly Thank you for you comments. I will work on the case and try to address the issues. I also plan show up at a collab code session. |
Nice, looking forward to that! |
Hey, @tobiasweede Are you still working on this? We could really make use of |
I've taken the freedom to wrap this up. |
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.
all fixed up now
InceptionTime
classifier and example (from sktime-dl
)
I have tested the InceptionTimeClassifier and confirmed that it runs without error. Model took 48 minutes to train. I am @gaudium on the discord, btw. |
Towards #3351
Migrates
InceptionTime
classifier, network and the corresponding jupyter notebook fromsktime-dl
, with minor changes to work withinsktime
.Don't know if you have plans to port everything from sktime-dl one-by-one or in a single big effort.
In the latter case, please just discard my PR.