Skip to content

Commit

Permalink
Use newer pyod version and fix bug in COPOD (#46)
Browse files Browse the repository at this point in the history
* feat(pyod): update pyod version for all algorithms to latest

* fix(copod): bump pyod version to fix bug in copod (#43)

* feat: use newer pyod version in all algorithms

* fix: use pyod images
  • Loading branch information
CodeLionX authored Jan 30, 2024
1 parent 950484b commit b3bb180
Show file tree
Hide file tree
Showing 36 changed files with 36 additions and 36 deletions.
2 changes: 1 addition & 1 deletion cblof/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/timeeval/python3-base:0.3.0
FROM ghcr.io/timeeval/pyod:0.3.1

LABEL maintainer="[email protected]"
LABEL org.opencontainers.image.licenses=MIT
Expand Down
2 changes: 1 addition & 1 deletion cblof/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"title": "CBLOF",
"description": "Implementation of https://doi.org/10.1016/S0167-8655(03)00003-5.",
"inputDimensionality": "multivariate",
"version": "0.3.0",
"version": "0.3.1",
"authors": "Zengyou He, Xiaofei Xu, Shengchun Deng",
"language": "Python",
"type": "Detector",
Expand Down
2 changes: 1 addition & 1 deletion cblof/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ numpy>=1.19.5
pandas>=1.2.1
scipy>=1.6.0
scikit-learn>=0.24.1
pyod==0.9.2
pyod>=0.9.2
2 changes: 1 addition & 1 deletion cof/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/timeeval/python3-base:0.3.0
FROM ghcr.io/timeeval/pyod:0.3.1

LABEL maintainer="[email protected]"
LABEL org.opencontainers.image.licenses=MIT
Expand Down
2 changes: 1 addition & 1 deletion cof/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"title": "COF",
"description": "Implementation of https://doi.org/10.1007/3-540-47887-6_53.",
"inputDimensionality": "multivariate",
"version": "0.3.0",
"version": "0.3.1",
"authors": "Jian Tang, Zhixiang Chen, Ada Wai-chee Fu, David W. Cheung",
"language": "Python",
"type": "Detector",
Expand Down
2 changes: 1 addition & 1 deletion cof/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ numpy>=1.19.5
pandas>=1.2.1
scipy>=1.6.0
scikit-learn>=0.24.1
pyod==0.9.2
pyod>=0.9.2
2 changes: 1 addition & 1 deletion copod/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/timeeval/python3-base:0.3.0
FROM ghcr.io/timeeval/pyod:0.3.1

LABEL maintainer="[email protected]"
LABEL org.opencontainers.image.licenses=MIT
Expand Down
2 changes: 1 addition & 1 deletion copod/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"title": "COPOD",
"description": "Implementation of https://publications.pik-potsdam.de/pubman/faces/ViewItemOverviewPage.jsp?itemId=item_24536.",
"inputDimensionality": "multivariate",
"version": "0.3.0",
"version": "0.4.0",
"authors": "Zheng Li, Yue Zhao, Nicola Botta, Cezar Ionescu, Xiyang Hu, ",
"language": "Python",
"type": "Detector",
Expand Down
2 changes: 1 addition & 1 deletion copod/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ numpy>=1.19.5
pandas>=1.2.1
scipy>=1.6.0
scikit-learn>=0.24.1
pyod==0.9.2
pyod>=1.1.0
2 changes: 1 addition & 1 deletion hbos/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/timeeval/pyod:0.3.0
FROM ghcr.io/timeeval/pyod:0.3.1

LABEL maintainer="[email protected]"
LABEL org.opencontainers.image.licenses=MIT
Expand Down
2 changes: 1 addition & 1 deletion hbos/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"title": "HBOS",
"description": "Implementation of https://citeseerx.ist.psu.edu/viewdoc/citations;jsessionid=2B4E3FB2BB07448253B4D45C3DAC2E95?doi=10.1.1.401.5686.",
"inputDimensionality": "multivariate",
"version": "0.3.0",
"version": "0.3.1",
"authors": "Markus Goldstein, Andreas Dengel",
"language": "Python",
"type": "Detector",
Expand Down
2 changes: 1 addition & 1 deletion hbos/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
numpy>=1.19.5
pandas>=1.2.1
pyod==0.9.2
pyod>=0.9.2
2 changes: 1 addition & 1 deletion iforest/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/timeeval/pyod:0.3.0
FROM ghcr.io/timeeval/pyod:0.3.1

LABEL maintainer="[email protected]"
LABEL org.opencontainers.image.licenses=MIT
Expand Down
2 changes: 1 addition & 1 deletion iforest/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"title": "Isolation Forest (iForest)",
"description": "Implementation of https://doi.org/10.1145/2133360.2133363.",
"inputDimensionality": "multivariate",
"version": "0.3.0",
"version": "0.3.1",
"authors": "Fei Tony Liu and Kai Ming Ting and Zhi-Hua Zhou",
"language": "Python",
"type": "Detector",
Expand Down
2 changes: 1 addition & 1 deletion iforest/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
numpy>=1.19.5
pandas>=1.2.1
pyod==0.9.2
pyod>=0.9.2
2 changes: 1 addition & 1 deletion knn/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/timeeval/pyod:0.3.0
FROM ghcr.io/timeeval/pyod:0.3.1

LABEL maintainer="[email protected]"
LABEL org.opencontainers.image.licenses=MIT
Expand Down
2 changes: 1 addition & 1 deletion knn/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"title": "KNN",
"description": "Implementation of https://doi.org/10.1145/342009.335437.",
"inputDimensionality": "multivariate",
"version": "0.3.0",
"version": "0.3.1",
"authors": "Sridhar Ramaswamy,Rajeev Rastogi, Kyuseok Shim",
"language": "Python",
"type": "Detector",
Expand Down
2 changes: 1 addition & 1 deletion knn/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
numpy>=1.19.5
pandas>=1.2.1
pyod==0.9.2
pyod>=0.9.2
2 changes: 1 addition & 1 deletion lof/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/timeeval/pyod:0.3.0
FROM ghcr.io/timeeval/pyod:0.3.1

LABEL maintainer="[email protected]"
LABEL org.opencontainers.image.licenses=MIT
Expand Down
2 changes: 1 addition & 1 deletion lof/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"title": "LOF",
"description": "Implementation of https://doi.org/10.1145/342009.335388.",
"inputDimensionality": "multivariate",
"version": "0.3.0",
"version": "0.3.1",
"authors": "Markus M. Breunig, Hans-Peter Kriegel, Raymond T. Ng, Jörg Sander",
"language": "Python",
"type": "Detector",
Expand Down
2 changes: 1 addition & 1 deletion lof/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
numpy>=1.19.5
pandas>=1.2.1
pyod==0.9.2
pyod>=0.9.2
2 changes: 1 addition & 1 deletion multi_subsequence_lof/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/timeeval/pyod:0.3.0
FROM ghcr.io/timeeval/pyod:0.3.1

LABEL maintainer="[email protected]"
LABEL org.opencontainers.image.licenses=MIT
Expand Down
2 changes: 1 addition & 1 deletion multi_subsequence_lof/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"title": "Multi-Sub-LOF",
"description": "LOF on sliding windows of multivariate time series to detect subsequence anomalies.",
"inputDimensionality": "multivariate",
"version": "0.3.0",
"version": "0.3.1",
"authors": "Sebastian Schmidl, Niklas Köhnecke",
"language": "Python",
"type": "Detector",
Expand Down
2 changes: 1 addition & 1 deletion multi_subsequence_lof/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
numpy>=1.19.5
pandas>=1.2.1
pyod==0.9.2
pyod>=0.9.2
scikit-learn>=0.24,<0.25
2 changes: 1 addition & 1 deletion pcc/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/timeeval/pyod:0.3.0
FROM ghcr.io/timeeval/pyod:0.3.1

LABEL maintainer="[email protected]"
LABEL org.opencontainers.image.licenses=MIT
Expand Down
2 changes: 1 addition & 1 deletion pcc/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"title": "PCC",
"description": "Implementation of http://citeseerx.ist.psu.edu/viewdoc/summary;jsessionid=003008C2CF2373B9C332D4A1DB035515?doi=10.1.1.66.299.",
"inputDimensionality": "multivariate",
"version": "0.3.0",
"version": "0.3.1",
"authors": "Mei-ling Shyu, Shu-ching Chen, Kanoksri Sarinnapakorn, Liwu Chang",
"language": "Python",
"type": "Detector",
Expand Down
2 changes: 1 addition & 1 deletion pcc/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
numpy>=1.19.5
pandas>=1.2.1
pyod==0.9.2
pyod>=0.9.2
2 changes: 1 addition & 1 deletion subsequence_if/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/timeeval/pyod:0.3.0
FROM ghcr.io/timeeval/pyod:0.3.1

LABEL maintainer="[email protected]"
LABEL org.opencontainers.image.licenses=MIT
Expand Down
2 changes: 1 addition & 1 deletion subsequence_if/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"title": "Subsequence IF",
"description": "Isolation Forest on sliding windows to detect subsequence anomalies.",
"inputDimensionality": "univariate",
"version": "0.3.0",
"version": "0.3.1",
"authors": "Sebastian Schmidl",
"language": "Python",
"type": "Detector",
Expand Down
2 changes: 1 addition & 1 deletion subsequence_if/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
numpy>=1.19.5
pandas>=1.2.1
pyod==0.9.2
pyod>=0.9.2
2 changes: 1 addition & 1 deletion subsequence_knn/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/timeeval/pyod:0.3.0
FROM ghcr.io/timeeval/pyod:0.3.1

LABEL maintainer="[email protected]"
LABEL org.opencontainers.image.licenses=MIT
Expand Down
2 changes: 1 addition & 1 deletion subsequence_knn/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"title": "Sub-KNN",
"description": "KNN on sliding windows to detect subsequence anomalies.",
"inputDimensionality": "multivariate",
"version": "0.3.0",
"version": "0.3.1",
"authors": "Sebastian Schmidl,Sridhar Ramaswamy,Rajeev Rastogi,Kyuseok Shim",
"language": "Python",
"type": "Detector",
Expand Down
2 changes: 1 addition & 1 deletion subsequence_knn/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
numpy>=1.19.5
pandas>=1.2.1
pyod==0.9.2
pyod>=0.9.2
2 changes: 1 addition & 1 deletion subsequence_lof/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/timeeval/pyod:0.3.0
FROM ghcr.io/timeeval/pyod:0.3.1

LABEL maintainer="[email protected]"
LABEL org.opencontainers.image.licenses=MIT
Expand Down
2 changes: 1 addition & 1 deletion subsequence_lof/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"title": "Subsequence LOF",
"description": "LOF on sliding windows to detect subsequence anomalies.",
"inputDimensionality": "univariate",
"version": "0.3.0",
"version": "0.3.1",
"authors": "Sebastian Schmidl",
"language": "Python",
"type": "Detector",
Expand Down
2 changes: 1 addition & 1 deletion subsequence_lof/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
numpy>=1.19.5
pandas>=1.2.1
pyod==0.9.2
pyod>=0.9.2

0 comments on commit b3bb180

Please sign in to comment.