Skip to content
Snippets Groups Projects
Commit f60134f1 authored by Carlos Muniz's avatar Carlos Muniz
Browse files

STAN: Improve README.md

parent 0f410581
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,6 @@ dist/
build/
*.egg-info/
is-it-worth-it/
is-it-worth-it-benchmark/*
!is-it-worth-it-benchmark/conf/
!is-it-worth-it-benchmark/conf/experiment/
......
......@@ -66,6 +66,18 @@ To run STAN against the rest of the baselines we have included a configuration f
> Ferdinand Rewicki, Joachim Denzler, and Julia Niebling. 2023. "Is It Worth It? Comparing Six Deep and Classical Methods for Unsupervised Anomaly Detection in Time Series" Applied Sciences 13, no. 3: 1778. https://doi.org/10.3390/app13031778
We have provided the following files that allow running STAN as part of the `utsadbench`.
```
is-it-worth-it-benchmark/conf/model/STAN.yaml
is-it-worth-it-benchmark/conf/experiment/main/stan.yaml
is-it-worth-it-benchmark/utsadbench/core/data/dataset.py
is-it-worth-it-benchmark/utsadbench/core/data/normalization.py
is-it-worth-it-benchmark/utsadbench/data/ucr.py
is-it-worth-it-benchmark/utsadbench/models/stan.py
```
### Install `UTSADBENCH`
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment