esa-adb

Code of the ESA Anomaly Detection Benchmark

https://github.com/kplabs-pl/esa-adb

Science Score: 57.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
    Found 12 DOI reference(s) in README
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (14.6%) to scientific vocabulary
Last synced: 6 months ago · JSON representation ·

Repository

Code of the ESA Anomaly Detection Benchmark

Basic Info
  • Host: GitHub
  • Owner: kplabs-pl
  • License: mit
  • Language: Jupyter Notebook
  • Default Branch: main
  • Size: 17.4 MB
Statistics
  • Stars: 58
  • Watchers: 7
  • Forks: 18
  • Open Issues: 2
  • Releases: 0
Created over 1 year ago · Last pushed 10 months ago
Metadata Files
Readme License Citation

README.md

ESA Anomaly Detection Benchmark

The European Space Agency Anomaly Detection Benchmark (ESA-ADB) consists of three main components (visualised in the figure below for easier comprehension): 1. Large-scale, curated, structured, ML-ready ESA Anomalies Dataset (ESA-AD, in short) of real-life satellite telemetry collected from three ESA missions (out of which two are selected for benchmarking in ESA-ADB), manually annotated by spacecraft operations engineers (SOEs) and ML experts, and cross-verified using state-of-the-art algorithms. It can be downloaded from here: https://doi.org/10.5281/zenodo.12528696 2. Evaluation pipeline designed by ML experts for the practical needs of SOEs from the ESAs European Space Operations Centre (ESOC). It introduces new metrics designed for satellite telemetry according to the latest advancements in time series anomaly detection (TSAD) and simulates real operational scenarios, e.g. different mission phases and real-time monitoring. 3. Benchmarking results of TSAD algorithms selected and improved to comply with the space operations requirements.

We hope that this unique benchmark will allow researchers and scientists from academia, research institutes, national and international space agencies, and industry to validate models and approaches on a common baseline as well as research and develop novel, computational-efficient approaches for anomaly detection in satellite telemetry data.

The dataset results from the work of an 18-month project carried by an industry Consortium composed of Airbus Defence and Space, KP Labs, and the European Space Agencys European Space Operations Centre. The project, funded by the European Space Agency (ESA) under the contract number 4000137682/22/D/SR, is a part of The Artificial Intelligence for Automation (AI) Roadmap (De Canio et al., Development of an actionable AI roadmap for automating mission operations, 2023 SpaceOps Conference), a large endeavour started in 2021 to automate space operations by leveraging artificial intelligence.

The introduction below describes how to reproduce results presented in the ESA-ADB paper using the provided modified fork of the TimeEval framework.

Initial requirements

  • Some ESA-ADB functions work only on Linux (or Windows Subsystem for Linux 2), so we suggest using it as a development platform
  • The hard disk must be configured to use NTFS file system
  • It is recommended to have at least 512 GB free disk space to store artifacts from all experiments
  • It is recommended to use Nvidia GPU with compute capability >= 7.1
  • It is recommended to use a machine with at least 64 GB RAM (32 GB is an absolute minimum for the whole pipeline)

For Windows it is recommended to run the following command before cloning to prevent issues when running the docker containers: git config --global core.autocrlf false.

Environment setup

Python environment

  1. Install Anaconda environment manager, version >= 22.
  2. Create a conda-environment and install all required dependencies. Use the file environment.yml for this: conda env create --file environment.yml. Note that you should not install TimeEval from PyPI. Our repository contains the modified version of TimeEval in the "timeeval" folder.
  3. Activate the new environment conda activate timeeval.
  4. (This step is optional and should be used only if you face any problems with "import timeeval" in your environment and you do not plan to modify the code of TimeEval. Otherwise, the recommended way is to just run scripts from the main repo folder, so our timeeval folder is directly visible to them. Another option is to add the main repo folder to the system PATH) Install the local version of TimeEval: python setup.py install

Docker

  1. Install Docker Engine, version >= 23.
  2. Build Docker containers with algorithms of interest (e.g., listed in mission1experiments.py) using instruction from README in the TimeEval-algorithms folder. For our Telemanom-ESA, it is enough to run `sudo docker build -t registry.gitlab.hpi.de/akita/i/telemanomesa ./telemanomesa. For our DC-VAE-ESA, it is enough to runsudo docker build -t registry.gitlab.hpi.de/akita/i/dcvae ./dc_vae`.

Preparing datasets

Download raw ESA Anomalies Dataset from the link https://doi.org/10.5281/zenodo.12528696 and put ESA-Mission1 and ESA-Mission2 folders in the "data" folder.

Generating preprocessed data for experiments

There are separate script to generate preprocessed data for TimeEval framework for each mission. The scripts are located in notebooks\data-prep folder. From the notebooks\data-prep folder run:

Mission1: python Mission1_semisupervised_prep_from_raw.py ../../data/ESA-Mission1 Mission2: python Mission2_semiunsupervised_prep_from_raw.py ../../data/ESA-Mission2

The scripts generate all necessary files to data/preprocessed/multivariate folders and add records to data/preprocessed/datasets.csv if necessary (records for ESA-ADB are already added as a part of this repository). Note that the preprocessing may take a few hours on a standard PC.

Running experiments

There is a separate script in the main folder of the repo to run a full grid of experiments for each mission: - Mission1: mission1experiments.py - Mission2: mission2experiments.py

The scripts configure and run all algorithms in Docker containers. Results are generated to 'results' folder. On a standard PC, it may be necessary to run algorithms separately, one by one.

Notes

  • evaluation pipeline with novel time-aware metrics can only be run for datasets following the same structure as ESA Anomalies Dataset (with labels.csv and anomaly_types.csv)
  • when analyzing results for different anomaly types for the lightweight subsets of channels, it is necessary to regenerate anomaly types using anomalytypes.csv using scripts/inferanomaly_types.py. It is because anomaly types may depend on the analyzed subset of channels.
  • for now, all algorithms treat rare nominal events as anomalies. To change that behaviour, it would be necessary to modify the code of the framework and some algorithms

TimeEval

The code of the benchmark is based on the TimeEval framework. Please refer to its documentation in case of any detailed questions about API.

TimeEval Citation

If you use TimeEval in your project or research, please cite the demonstration paper:

Phillip Wenig, Sebastian Schmidl, and Thorsten Papenbrock. TimeEval: A Benchmarking Toolkit for Time Series Anomaly Detection Algorithms. PVLDB, 15(12): 3678 - 3681, 2022. doi:10.14778/3554821.3554873

bibtex @article{WenigEtAl2022TimeEval, title = {TimeEval: {{A}} Benchmarking Toolkit for Time Series Anomaly Detection Algorithms}, author = {Wenig, Phillip and Schmidl, Sebastian and Papenbrock, Thorsten}, date = {2022}, journaltitle = {Proceedings of the {{VLDB Endowment}} ({{PVLDB}})}, volume = {15}, number = {12}, pages = {3678--3681}, doi = {10.14778/3554821.3554873} }

ESA-ADB Citation

If you refer to ESA-ADB in your work, please cite our paper:

Krzysztof Kotowski, Christoph Haskamp, Jacek Andrzejewski, Bogdan Ruszczak, Jakub Nalepa, Daniel Lakey, Peter Collins, Aybike Kolmas, Mauro Bartesaghi, Jose Martnez-Heras, and Gabriele De Canio. European Space Agency Benchmark for Anomaly Detection in Satellite Telemetry. arXiv, 2024. doi:10.48550/arXiv.2406.17826

bibtex @article{kotowski_european_2024, title = {European {Space} {Agency} {Benchmark} for {Anomaly} {Detection} in {Satellite} {Telemetry}}, author = {Kotowski, Krzysztof and Haskamp, Christoph and Andrzejewski, Jacek and Ruszczak, Bogdan and Nalepa, Jakub and Lakey, Daniel and Collins, Peter and Kolmas, Aybike and Bartesaghi, Mauro and Martinez-Heras, Jose and De Canio, Gabriele}, date = {2024}, publisher = {arXiv}, doi = {10.48550/arXiv.2406.17826} }

Owner

  • Name: KP Labs
  • Login: kplabs-pl
  • Kind: organization
  • Location: Gliwice, PL

Citation (CITATION.cff)

cff-version: 1.2.0
message: "If you use this software, please cite it as below."
authors:
  - family-names: Kotowski
    given-names: Krzysztof
    orcid: https://orcid.org/0000-0003-2596-6517
  - family-names: Haskamp
    given-names: Christoph
  - family-names: Andrzejewski
    given-names: Jacek
title: "European Space Agency Benchmark for Anomaly Detection in Satellite Telemetry"
date-released: 2024
preferred-citation:
  type: article
  authors:
    - family-names: Kotowski
      given-names: Krzysztof
      orcid: https://orcid.org/0000-0003-2596-6517
    - family-names: Haskamp
      given-names: Christoph
    - family-names: Andrzejewski
      given-names: Jacek
    - family-names: Ruszczak
      given-names: Bogdan
    - family-names: Nalepa
      given-names: Jakub
    - family-names: Lakey
      given-names: Daniel
    - family-names: Collins
      given-names: Peter
    - family-names: Kolmas
      given-names: Aybike
    - family-names: Bartesaghi
      given-names: Mauro
    - family-names: Martinez
      given-names: José
    - family-names: De Canio
      given-names: Gabriele
  journal: "arXiv"
  title: "European Space Agency Benchmark for Anomaly Detection in Satellite Telemetry"
  year: 2024
  doi: 10.48550/arXiv.2406.17826

GitHub Events

Total
  • Create event: 1
  • Commit comment event: 1
  • Issues event: 6
  • Watch event: 31
  • Issue comment event: 17
  • Push event: 4
  • Pull request review comment event: 9
  • Pull request review event: 3
  • Pull request event: 22
  • Fork event: 20
Last Year
  • Create event: 1
  • Commit comment event: 1
  • Issues event: 6
  • Watch event: 31
  • Issue comment event: 17
  • Push event: 4
  • Pull request review comment event: 9
  • Pull request review event: 3
  • Pull request event: 22
  • Fork event: 20

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 5
  • Total pull requests: 16
  • Average time to close issues: about 12 hours
  • Average time to close pull requests: about 15 hours
  • Total issue authors: 4
  • Total pull request authors: 1
  • Average comments per issue: 0.6
  • Average comments per pull request: 0.0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 5
  • Pull requests: 16
  • Average time to close issues: about 12 hours
  • Average time to close pull requests: about 15 hours
  • Issue authors: 4
  • Pull request authors: 1
  • Average comments per issue: 0.6
  • Average comments per pull request: 0.0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • zihanchen0409 (2)
  • BabakAzimiSadjadi (1)
  • agobbifbk (1)
  • SpaceCyberCoffee (1)
  • tubemerc (1)
  • kalifou (1)
Pull Request Authors
  • WiktoriaSmulska (16)
  • AtanasGruev (1)
  • Kotrix (1)
  • tristandijkstra (1)
Top Labels
Issue Labels
Pull Request Labels

Dependencies

timeeval/metrics/affiliation_based_metrics_repo/setup.py pypi
TimeEval-algorithms/0-base-images/java-base/Dockerfile docker
  • openjdk 11-jre-slim-buster build
TimeEval-algorithms/0-base-images/pyod/Dockerfile docker
  • registry.gitlab.hpi.de/akita/i/python3-base latest build
TimeEval-algorithms/0-base-images/pyod-1.1.2/Dockerfile docker
  • registry.gitlab.hpi.de/akita/i/python3-base latest build
TimeEval-algorithms/0-base-images/python2-base/Dockerfile docker
  • python 2.7-slim-buster build
TimeEval-algorithms/0-base-images/python3-base/Dockerfile docker
  • python 3.7.9-slim-buster build
TimeEval-algorithms/0-base-images/python3-torch/Dockerfile docker
  • registry.gitlab.hpi.de/akita/i/python3-base latest build
TimeEval-algorithms/0-base-images/python36-base/Dockerfile docker
  • python 3.6-slim-buster build
TimeEval-algorithms/0-base-images/r-base/Dockerfile docker
  • debian buster-slim build
TimeEval-algorithms/0-base-images/r4-base/Dockerfile docker
  • debian buster-slim build
TimeEval-algorithms/0-base-images/rust-base/Dockerfile docker
  • rust 1.58-slim-buster build
TimeEval-algorithms/0-base-images/timeeval-test-algorithm/Dockerfile docker
  • registry.gitlab.hpi.de/akita/i/python3-base latest build
TimeEval-algorithms/0-base-images/tsmp/Dockerfile docker
  • registry.gitlab.hpi.de/akita/i/r-base latest build
TimeEval-algorithms/autoencoder/Dockerfile docker
  • registry.gitlab.hpi.de/akita/i/python3-base latest build
TimeEval-algorithms/bagel/Dockerfile docker
  • registry.gitlab.hpi.de/akita/i/python3-torch latest build
TimeEval-algorithms/baseline_increasing/Dockerfile docker
  • registry.gitlab.hpi.de/akita/i/python3-base latest build
TimeEval-algorithms/baseline_normal/Dockerfile docker
  • registry.gitlab.hpi.de/akita/i/python3-base latest build
TimeEval-algorithms/baseline_random/Dockerfile docker
  • registry.gitlab.hpi.de/akita/i/python3-base latest build
TimeEval-algorithms/cblof/Dockerfile docker
  • registry.gitlab.hpi.de/akita/i/pyod latest build
TimeEval-algorithms/cof/Dockerfile docker
  • registry.gitlab.hpi.de/akita/i/pyod latest build
TimeEval-algorithms/copod/Dockerfile docker
  • registry.gitlab.hpi.de/akita/i/pyod-1.1.2 latest build
TimeEval-algorithms/dae/Dockerfile docker
  • registry.gitlab.hpi.de/akita/i/python3-base latest build
TimeEval-algorithms/damp/Dockerfile docker
  • registry.gitlab.hpi.de/akita/i/python3-base latest build
TimeEval-algorithms/dbstream/Dockerfile docker
  • registry.gitlab.hpi.de/akita/i/r4-base latest build
TimeEval-algorithms/dc_vae/Dockerfile docker
  • tensorflow/tensorflow 2.5.1-gpu-jupyter build
TimeEval-algorithms/deepant/Dockerfile docker
  • registry.gitlab.hpi.de/akita/i/python3-torch latest build
TimeEval-algorithms/deepnap/Dockerfile docker
  • registry.gitlab.hpi.de/akita/i/python3-torch latest build
TimeEval-algorithms/donut/Dockerfile docker
  • registry.gitlab.hpi.de/akita/i/python3-base latest build
TimeEval-algorithms/dspot/Dockerfile docker
  • registry.gitlab.hpi.de/akita/i/python3-base latest build
TimeEval-algorithms/dwt_mlead/Dockerfile docker
  • registry.gitlab.hpi.de/akita/i/python3-base latest build
TimeEval-algorithms/eif/Dockerfile docker
  • registry.gitlab.hpi.de/akita/i/python3-base latest build
TimeEval-algorithms/encdec_ad/Dockerfile docker
  • registry.gitlab.hpi.de/akita/i/python3-torch latest build
TimeEval-algorithms/ensemble_gi/Dockerfile docker
  • registry.gitlab.hpi.de/akita/i/python3-base latest build
TimeEval-algorithms/fast_mcd/Dockerfile docker
  • registry.gitlab.hpi.de/akita/i/python3-base latest build
TimeEval-algorithms/fft/Dockerfile docker
  • registry.gitlab.hpi.de/akita/i/python3-base latest build
TimeEval-algorithms/generic_rf/Dockerfile docker
  • registry.gitlab.hpi.de/akita/i/python3-base latest build
TimeEval-algorithms/generic_xgb/Dockerfile docker
  • registry.gitlab.hpi.de/akita/i/python3-base latest build
TimeEval-algorithms/grammarviz3/Dockerfile docker
  • gitlab.hpi.de/akita/dependency_proxy/containers/maven 3-openjdk-11-slim build
  • registry.gitlab.hpi.de/akita/i/java-base latest build
TimeEval-algorithms/grammarviz3_multi/Dockerfile docker
  • gitlab.hpi.de/akita/dependency_proxy/containers/maven 3-openjdk-11-slim build
  • registry.gitlab.hpi.de/akita/i/java-base latest build
TimeEval-algorithms/hbos/Dockerfile docker
  • registry.gitlab.hpi.de/akita/i/pyod-1.1.2 latest build
TimeEval-algorithms/health_esn/Dockerfile docker
  • registry.gitlab.hpi.de/akita/i/python3-base latest build
TimeEval-algorithms/hif/Dockerfile docker
  • registry.gitlab.hpi.de/akita/i/python3-base latest build
TimeEval-algorithms/hotsax/Dockerfile docker
  • registry.gitlab.hpi.de/akita/i/python3-base latest build
TimeEval-algorithms/hybrid_knn/Dockerfile docker
  • registry.gitlab.hpi.de/akita/i/python3-torch latest build
TimeEval-algorithms/if_lof/Dockerfile docker
  • registry.gitlab.hpi.de/akita/i/python3-base latest build
TimeEval-algorithms/iforest/Dockerfile docker
  • registry.gitlab.hpi.de/akita/i/pyod-1.1.2 latest build
TimeEval-algorithms/img_embedding_cae/Dockerfile docker
  • registry.gitlab.hpi.de/akita/i/python3-torch latest build
TimeEval-algorithms/kmeans/Dockerfile docker
  • registry.gitlab.hpi.de/akita/i/python3-base latest build
TimeEval-algorithms/knn/Dockerfile docker
  • registry.gitlab.hpi.de/akita/i/pyod-1.1.2 latest build
TimeEval-algorithms/laser_dbn/Dockerfile docker
  • registry.gitlab.hpi.de/akita/i/python3-base latest build
TimeEval-algorithms/left_stampi/Dockerfile docker
  • registry.gitlab.hpi.de/akita/i/python3-base latest build
TimeEval-algorithms/lof/Dockerfile docker
  • registry.gitlab.hpi.de/akita/i/pyod latest build
TimeEval-algorithms/lstm_ad/Dockerfile docker
  • pytorch/pytorch 1.7.1-cuda11.0-cudnn8-runtime build
TimeEval-algorithms/lstm_vae/Dockerfile docker
  • registry.gitlab.hpi.de/akita/i/python3-torch latest build
TimeEval-algorithms/median_method/Dockerfile docker
  • registry.gitlab.hpi.de/akita/i/python3-base latest build
TimeEval-algorithms/minibatch_kmeans/Dockerfile docker
  • registry.gitlab.hpi.de/akita/i/python3-base latest build
TimeEval-algorithms/mscred/Dockerfile docker
  • registry.gitlab.hpi.de/akita/i/python3-torch latest build
TimeEval-algorithms/mstamp/Dockerfile docker
  • registry.gitlab.hpi.de/akita/i/python3-base latest build
TimeEval-algorithms/mtad_gat/Dockerfile docker
  • registry.gitlab.hpi.de/akita/i/python3-torch latest build
TimeEval-algorithms/multi_hmm/Dockerfile docker
  • registry.gitlab.hpi.de/akita/i/python3-base latest build
TimeEval-algorithms/multi_subsequence_lof/Dockerfile docker
  • registry.gitlab.hpi.de/akita/i/pyod latest build
TimeEval-algorithms/mvalmod/Dockerfile docker
  • registry.gitlab.hpi.de/akita/i/tsmp latest build
TimeEval-algorithms/normalizing_flows/Dockerfile docker
  • registry.gitlab.hpi.de/akita/i/python3-torch latest build
TimeEval-algorithms/novelty_svr/Dockerfile docker
  • registry.gitlab.hpi.de/akita/i/python3-base latest build
TimeEval-algorithms/numenta_htm/Dockerfile docker
  • gitlab.hpi.de/akita/dependency_proxy/containers/numenta/nupic latest build
  • registry.gitlab.hpi.de/akita/i/python2-base latest build
TimeEval-algorithms/ocean_wnn/Dockerfile docker
  • registry.gitlab.hpi.de/akita/i/python3-torch latest build
TimeEval-algorithms/omnianomaly/Dockerfile docker
  • registry.gitlab.hpi.de/akita/i/python36-base latest build
TimeEval-algorithms/pcc/Dockerfile docker
  • registry.gitlab.hpi.de/akita/i/pyod-1.1.2 latest build
TimeEval-algorithms/pci/Dockerfile docker
  • registry.gitlab.hpi.de/akita/i/python3-base latest build
TimeEval-algorithms/phasespace_svm/Dockerfile docker
  • registry.gitlab.hpi.de/akita/i/python3-base latest build
TimeEval-algorithms/pst/Dockerfile docker
  • registry.gitlab.hpi.de/akita/i/r4-base latest build
TimeEval-algorithms/random_black_forest/Dockerfile docker
  • registry.gitlab.hpi.de/akita/i/python3-base latest build
TimeEval-algorithms/robust_pca/Dockerfile docker
  • registry.gitlab.hpi.de/akita/i/python3-base latest build
TimeEval-algorithms/s_h_esd/Dockerfile docker
  • registry.gitlab.hpi.de/akita/i/python3-base latest build
TimeEval-algorithms/sarima/Dockerfile docker
  • registry.gitlab.hpi.de/akita/i/python3-base latest build
TimeEval-algorithms/sr/Dockerfile docker
  • registry.gitlab.hpi.de/akita/i/python3-base latest build
TimeEval-algorithms/sr_cnn/Dockerfile docker
  • registry.gitlab.hpi.de/akita/i/python3-torch latest build
TimeEval-algorithms/stamp/Dockerfile docker
  • registry.gitlab.hpi.de/akita/i/tsmp latest build
TimeEval-algorithms/std/Dockerfile docker
  • registry.gitlab.hpi.de/akita/i/python3-base latest build
TimeEval-algorithms/stomp/Dockerfile docker
  • registry.gitlab.hpi.de/akita/i/tsmp latest build
TimeEval-algorithms/subsequence_eif/Dockerfile docker
  • registry.gitlab.hpi.de/akita/i/python3-base latest build
TimeEval-algorithms/subsequence_fast_mcd/Dockerfile docker
  • registry.gitlab.hpi.de/akita/i/python3-base latest build
TimeEval-algorithms/subsequence_if/Dockerfile docker
  • registry.gitlab.hpi.de/akita/i/pyod-1.1.2 latest build
TimeEval-algorithms/subsequence_knn/Dockerfile docker
  • registry.gitlab.hpi.de/akita/i/pyod latest build
TimeEval-algorithms/subsequence_lof/Dockerfile docker
  • registry.gitlab.hpi.de/akita/i/pyod latest build
TimeEval-algorithms/tanogan/Dockerfile docker
  • registry.gitlab.hpi.de/akita/i/python3-torch latest build
TimeEval-algorithms/tarzan/Dockerfile docker
  • registry.gitlab.hpi.de/akita/i/python3-base latest build
TimeEval-algorithms/telemanom/Dockerfile docker
  • tensorflow/tensorflow 2.0.1-gpu-py3 build
TimeEval-algorithms/telemanom_esa/Dockerfile docker
  • tensorflow/tensorflow 2.5.1-gpu-jupyter build
TimeEval-algorithms/torsk/Dockerfile docker
  • registry.gitlab.hpi.de/akita/i/python3-base latest build
TimeEval-algorithms/triple_es/Dockerfile docker
  • registry.gitlab.hpi.de/akita/i/python3-base latest build
TimeEval-algorithms/ts_bitmap/Dockerfile docker
  • registry.gitlab.hpi.de/akita/i/python3-base latest build
TimeEval-algorithms/valmod/Dockerfile docker
  • registry.gitlab.hpi.de/akita/i/tsmp latest build
TimeEval-algorithms/grammarviz3/pom.xml maven
  • com.apporiented:hierarchical-clustering 1.1.0
  • com.beust:jcommander 1.48
  • com.google.code.gson:gson 2.8.6
  • com.miglayout:miglayout-swing 4.2
  • joda-time:joda-time 2.8.2
  • junit:junit 4.12
  • net.seninp:jmotif-gi 1.0.0
  • net.seninp:jmotif-sax 1.1.0
  • net.sf.supercsv:super-csv 2.3.1
  • org.jfree:jfreechart 1.0.19
  • org.slf4j:slf4j-api 1.7.12
  • org.slf4j:slf4j-simple 1.7.12
  • org.swinglabs.swingx:swingx-all 1.6.5-1
TimeEval-algorithms/grammarviz3_multi/pom.xml maven
  • com.apporiented:hierarchical-clustering 1.1.0
  • com.apporiented:hierarchical-clustering 1.2.0
  • com.beust:jcommander 1.48
  • com.google.code.gson:gson 2.8.6
  • joda-time:joda-time 2.8.2
  • junit:junit 4.12
  • net.seninp:jmotif-sax 1.1.0
  • net.sf.supercsv:super-csv 2.3.1
  • org.slf4j:slf4j-api 1.7.12
  • org.slf4j:slf4j-simple 1.7.12
TimeEval-algorithms/0-base-images/python2-base/requirements.txt pypi
  • matplotlib ==2.2.5
  • numpy ==1.16.6
  • pandas ==0.24.2
  • scikit-learn ==0.20.4
  • scipy ==1.2.3
TimeEval-algorithms/0-base-images/python3-base/requirements.txt pypi
  • matplotlib ==3.3.4
  • numpy ==1.20.0
  • pandas ==1.2.1
  • scikit-learn ==0.24.1
  • scipy ==1.6.0
TimeEval-algorithms/0-base-images/python36-base/requirements.txt pypi
  • matplotlib ==3.3.4
  • numpy ==1.19.5
  • pandas ==1.1.5
  • scikit-learn ==0.24.1
  • scipy ==1.5.4
TimeEval-algorithms/autoencoder/requirements.txt pypi
  • Keras ==2.4.3
  • numpy >=1.19.5
  • pandas >=1.2.1
  • protobuf ==3.20.1
  • tensorflow ==2.4.1
TimeEval-algorithms/bagel/requirements.txt pypi
  • numpy >=1.19.5
  • pandas >=1.2.1
  • scikit-learn >=0.24.1
  • scipy >=1.6.0
  • torch ==1.7.1