Welcome to aeon¶
aeon
is a scikit-learn
compatible toolkit for time series machine learning tasks
such as classification, regression, clustering, anomaly detection,
segmentation and similarity search.
We provide a broad library of time series algorithms, including the latest advances and state-of-the-art for many tasks.
Our algorithms are implemented as efficiently as possible by, for example, using
numba
.aeon
is built on top ofscikit-learn
, allowing for easy integration with other machine learning libraries and other time series packages.We provide a range of tools for reproducing benchmarking results and evaluating time series algorithms implemented in
aeon
and otherscikit-learn
compatible packages.
Community Channels¶
GitHub: github.com/aeon-toolkit/aeon
Slack: aeon slack
Twitter: twitter/aeon-toolkit
LinkedIn: linkedin/aeon-toolkit
Email: contact@aeon-toolkit.org
Modules¶
Get started with time series classification.
Get started with time series extrinsic regression.
Get started with time series clustering.
Get started with anomaly detection.
Get started with forecasting
Get started with segmentation
Get started with time series transformations.
Get started with time series distances.
Get started with time series similarity search
Data structures and containers used in aeon
.
How to benchmark algorithms with aeon
.
aeon
deep learning networks for time series.
Experimental Modules¶
Some modules of aeon
are still experimental and may have changing interfaces.
To support development on these modules, the deprecation policy
is relaxed, so it is suggested that you integrate these modules with care. The current
experimental modules are:
anomaly_detection
forecasting
segmentation
similarity_search
visualisation