aeon
aeon copied to clipboard
A toolkit for machine learning from time series
### Describe the feature or idea you want to propose Add LSTM-AD as an anomaly detector to aeon. Reference paper: http://www.elen.ucl.ac.be/Proceedings/esann/esannpdf/es2015-56.pdf ### Describe your proposed solution - TimeEval implementation: https://github.com/TimeEval/TimeEval-algorithms/tree/main/lstm_ad...
### Describe the issue linked to the documentation big changes have resulted in a lot of broken links, this is the output from sphynx generated by @CodeLionX - [ ]...
### Describe the feature or idea you want to propose The Extended Isolation Forest improves upon the Isolation Forest method. ### Describe your proposed solution Implement directly in aeon: -...
### Describe the feature or idea you want to propose IDK² and s-IDK² (sliding window) can be used for anomalous subsequence detection. ### Describe your proposed solution Implement both variants...
### 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,...
### 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,...
### 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,...
### 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,...
### Describe the feature or idea you want to propose these two should be easy to adapt for unequal length, see #408 ### Describe your proposed solution swap shape[0] for...
`all_extras` has grown to be very large, and in reality installing all these dependencies is not necessary for most use cases. We should split `all_extras` into package specific dependency groups,...