aeon-toolkit / aeon

A toolkit for machine learning from time series
https://aeon-toolkit.org/
BSD 3-Clause "New" or "Revised" License
985 stars 117 forks source link

[DOC] Anomaly detection getting started notebook #1960

Open CodeLionX opened 2 months ago

CodeLionX commented 2 months ago

Describe the issue linked to the documentation

Aeon is still missing the anomaly detection getting started notebook (linked from the home page): https://www.aeon-toolkit.org/en/stable/examples/anomaly_detection/anomaly_detection.html

PR #1932 introduced some general documentation in the API documentation that needs to be moved to this notebook as well.

Suggest a potential alternative/fix

No response

perceptronq commented 2 weeks ago

Hi! I'd like to work on this.

CodeLionX commented 2 weeks ago

You are welcome to do so. If you require any further assistance, please let us know here or in Slack.

CodeLionX commented 2 weeks ago

I already created an example notebook for one of our tutorials. It can be used as a starting point: https://github.com/aeon-toolkit/aeon-tutorials/blob/main/ECML-2024/Notebooks/part6_anomaly_detection.ipynb