This repository contains the results for our ECML 2022 submission "Detecting Anomalies with Autoencoders on Data Streams"
git clone https://github.com/lucasczz/DAADS.git
python3 -m venv daads_env
source daads_env/bin/activate
cd DAADS
pip install -r requirements.txt
To run all experiments at once, run the run_exps.sh
script located in ./scripts
by
./scripts/run_exps.sh
The experiment results are stored in ./results
.
All experiment scripts are located in ./tools
.
python ./tools/benchmark_exp.py
python ./tools/contamination_exp.py
python ./tools/capacity_exp.py
python ./tools/lr_exp.py
python ./tools/scores_exp.py
from IncrementalTorch.datasets import Covertype, Shuttle
from river.datasets import CreditCard