aeon
aeon copied to clipboard
A toolkit for machine learning from time series
### Describe the issue Our CI will always try to install the latest version it can. We have a lower bound on some dependencies, but theres no guarantee that these...
### Describe the feature or idea you want to propose Currently, Rocket, Mini-Rocket and Multi-Rocket are condensed into a single estimator. This is not very consistent with other files we...
### Describe the issue See https://github.com/aeon-toolkit/aeon/actions/runs/10445759452/job/28922165687. These tests take too long with numba disabled. We have an extended timeout duration for these tests, but it still reaches it. ### Suggest...
Recently LITE was adapted to multivariate data, LITE works with multivariate but LITEMV is specific for multivariate (so using it on unvariate makes no sense)
### Describe the feature or idea you want to propose Tracking differentiator-based multiview dilated characteristics (TD-MVDC) is a new feature-based TSC algorithm. The introduction of a tracking differentiator combined with...
### Describe the feature or idea you want to propose The package [`prts`](https://github.com/compml/prts) is used in the performance evaluation module for anomaly detection as a soft-dependency. However, there have not...
#### Reference Issues/PRs Closes: #428 Incorporates changes suggested in #1874 (maybe we can close PR #1876) #### What does this implement/fix? Explain your changes. 1. Created a private distance file...
### Describe the issue A lot of new deep clusterers are/will-be added to the `aeon.clustering` module as GSoC Project. Implement deep-clustering notebooks for the same. Edit: Dependent on the GSoC...
### Describe the feature or idea you want to propose as @MatthewMiddlehurst pointed out at the time, (I didnt notice), there is duplication of functionality in these two collection transformers....
### Describe the issue linked to the documentation Currently front page on github has examples for just classification and clustering, and https://www.aeon-toolkit.org/en/stable/getting_started.html does not show all modules. Good to add...