You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
add worked skyline fork, add some recipes for Clickhouse and Prometheus (#10)
* add worked skyline fork, add some recipes for Clickhouse and Prometheus
* Replace Skyline, remove articles
I opted to remove the unsupported Skyline altogether, and replace it with the supported fork.
As for the articles, for now I'd prefer to keep the repo focused on tools - e.g. software or datasets. If in the future I have a substantial collection of useful articles I might add a section for those as well. Thanks for the PR!
* Remove floating char
Co-authored-by: Roberto <[email protected]>
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ A repository is considered "not maintained" if the latest commit is > 1 year old
27
27
| [oddstream](https://github.com/pridiltal/oddstream)| R | oddstream (Outlier Detection in Data Streams) provides real time support for early detection of anomalous series within a large collection of streaming time series data. | GPL-3 | :heavy_check_mark:
28
28
| [PyOdds](https://github.com/datamllab/pyodds)| Python | PyODDS is an end-to end Python system for outlier detection with database support. PyODDS provides outlier detection algorithms, which support both static and time-series data. | MIT | :heavy_check_mark:
29
29
| [rrcf](https://github.com/kLabUM/rrcf) | Python | Implementation of the Robust Random Cut Forest algorithm for anomaly detection on streams. | MIT | :heavy_check_mark:
30
-
| Etsy's[Skyline](https://github.com/etsy/skyline) | Python |Skyline is a real-time anomaly detection system, built to enable passive monitoring of hundreds of thousands of metrics. | MIT | ❌
30
+
| EarthGecko[Skyline](https://github.com/earthgecko/skyline)| Python3 | Skyline is a real-time anomaly detection system, built to enable passive monitoring of hundreds of thousands of metrics. | MIT | :heavy_check_mark:
31
31
| Netflix's [Surus](https://github.com/netflix/surus) | Java |Robust Anomaly Detection (RAD) - An implementation of the Robust PCA. | Apache-2.0 | ❌
32
32
| NASA's [Telemanom](https://github.com/khundman/telemanom)| Python | A framework for using LSTMs to detect anomalies in multivariate time series data. Includes spacecraft anomaly data and experiments from the Mars Science Laboratory and SMAP missions. | [custom](https://github.com/khundman/telemanom/blob/master/LICENSE.txt) | :heavy_check_mark:
0 commit comments