aeon
aeon copied to clipboard
A toolkit for machine learning from time series
### Describe the feature or idea you want to propose Some search options are currently not covered by testing, such as the `apply_exclusion_to_result` parameter during predict. ### Describe your proposed...
Related to #1714. Implements the weight normalization algorithm as a wrapper rather than a layer.
#### What does this implement/fix? Explain your changes. I am trying to add a Bag-Of-Receptive-Fields transformer as seen in `Spinnato, Francesco, et al. "A Bag of Receptive Fields for Time...
### Describe the issue linked to the documentation the project page needs updating and we should include a list of completed projects. ### Suggest a potential alternative/fix _No response_
### Describe the issue Similarity search and RDST are currently causing some errors in CI: https://github.com/aeon-toolkit/aeon/actions/runs/10826946884/job/30039020141 https://github.com/aeon-toolkit/aeon/actions/runs/10863339134/job/30147372111 https://github.com/aeon-toolkit/aeon/actions/runs/10890837654/job/30220422286 https://github.com/aeon-toolkit/aeon/actions/runs/10910622966/job/30281472461 https://github.com/aeon-toolkit/aeon/actions/runs/10918273185/job/30303353216 (other failure here as well) https://github.com/aeon-toolkit/aeon/actions/runs/10918965119/job/30305612433 In case these expire,...
#1951 what at does this implement/fix? Explain your changes. I have added a channel_scorer for a regressor which evaluates through MSE.
@chrisholder, ssg-ba-experiment has had no activity for 144 days. This branch will be automatically deleted in 31 days.
@hadifawaz1999, aif/weighted-dba has had no activity for 143 days. This branch will be automatically deleted in 32 days.
@chrisholder, add-precomputed-to-medoids has had no activity for 146 days. This branch will be automatically deleted in 29 days.
### Describe the feature or idea you want to propose The [`PyODAdapter`](https://github.com/aeon-toolkit/aeon/blob/main/aeon/anomaly_detection/_pyodadapter.py) in aeon allows us to use any outlier detector from [PyOD](https://github.com/yzhao062/pyod), which were originally proposed for relational data,...