File tree Expand file tree Collapse file tree 5 files changed +9673
-8
lines changed
Expand file tree Collapse file tree 5 files changed +9673
-8
lines changed Original file line number Diff line number Diff line change 11History
22=======
33
4+ ## 0.7.0 – 2024-12-18
5+
6+ New `` units `` pipeline
7+
8+ ### Issues resolved
9+
10+ * Keep python 3.11 support for pretrained models – [ Issue #598 ] ( https://github.com/signals-dev/Orion/issues/598 ) by @sarahmish
11+ * Unpin `` scikit-learn `` and fix `` MinMaxScaler `` – [ Issue #596 ] ( https://github.com/signals-dev/Orion/issues/596 ) by @sarahmish
12+ * Add hyperparameters to `` units `` pipelines – [ Issue #595 ] ( https://github.com/signals-dev/Orion/issues/595 ) by @sarahmish
13+ * Make pretrained models optional to install – [ Issue #590 ] ( https://github.com/signals-dev/Orion/issues/590 ) by @sarahmish
14+ * Update pandas dependency – [ Issue #587 ] ( https://github.com/signals-dev/Orion/issues/587 ) by @sarahmish
15+ * UniTS pipeline – [ Issue #581 ] ( https://github.com/signals-dev/Orion/issues/581 ) by @Linh-nk
16+ * Update Tutorials page – [ Issue #576 ] ( https://github.com/signals-dev/Orion/issues/576 ) by @sarahmish
17+
18+
419## 0.6.1 - 2024-10-04
520
621### Issues resolved
Original file line number Diff line number Diff line change @@ -130,12 +130,14 @@ We run the benchmark on **12** datasets with their known grounth truth. We recor
130130| ---------------------------| --------------------|
131131| AER | 11 |
132132| TadGAN | 7 |
133- | LSTM Dynamic Thresholding | 8 |
134- | LSTM Autoencoder | 7 |
135- | Dense Autoencoder | 7 |
133+ | LSTM Dynamic Thresholding | 9 |
134+ | LSTM Autoencoder | 6 |
135+ | Dense Autoencoder | 8 |
136136| VAE | 6 |
137+ | AnomalyTransformer | 2 |
137138| LNN | 7 |
138139| Matrix Profile | 5 |
140+ | UniTS | 6 |
139141| [ GANF] ( https://arxiv.org/pdf/2202.07857.pdf ) | 5 |
140142| [ Azure] ( https://azure.microsoft.com/en-us/products/cognitive-services/anomaly-detector/ ) | 0 |
141143
Original file line number Diff line number Diff line change 22| ---------------------------| --------------------|
33| AER | 11 |
44| TadGAN | 7 |
5- | LSTM Dynamic Thresholding | 8 |
6- | LSTM Autoencoder | 5 |
7- | Dense Autoencoder | 7 |
5+ | LSTM Dynamic Thresholding | 9 |
6+ | LSTM Autoencoder | 6 |
7+ | Dense Autoencoder | 8 |
88| VAE | 6 |
9+ | AnomalyTransformer | 2 |
910| LNN | 7 |
10- | GANF | 5 |
1111| Matrix Profile | 5 |
12- | AnomalyTransformer | 2 |
12+ | UniTS | 6 |
13+ | GANF | 5 |
1314| Azure | 0 |
You can’t perform that action at this time.
0 commit comments