-
Notifications
You must be signed in to change notification settings - Fork 152
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
[DOC] Anomaly Detection Overview Notebook #2446
[DOC] Anomaly Detection Overview Notebook #2446
Conversation
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
Thank you for contributing to
|
Not had a look but happy to give some feedback if requested. We have some content from our ECML tutorial which may be useful https://github.com/aeon-toolkit/aeon-tutorials/blob/main/ECML-2024/Notebooks/part6_anomaly_detection.ipynb. Fine to take stuff directly from this as long as its generalised. |
The ECML tutorial is very well structured and covers almost everything we have in the module. What I want to have is a short generic intro to the module, and we could cover the different types of detectors in other notebooks as we have for transformers. But we can have a comprehensive notebook now and then split up the content later. |
The |
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.
I'm fine with having a brief introductory notebook and then adding more detailed notebooks for the detectors later 👍🏼
Reference Issues/PRs
Closes #1960
What does this implement/fix? Explain your changes.
A getting started notebook for the Anomaly Detection module.
Does your contribution introduce a new dependency? If yes, which one?
None
Any other comments?
PR checklist
For all contributions
For new estimators and functions
__maintainer__
at the top of relevant files and want to be contacted regarding its maintenance. Unmaintained files may be removed. This is for the full file, and you should not add yourself if you are just making minor changes or do not want to help maintain its contents.For developers with write access