Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 17 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
Benchmarking framework for generating high-dimensional synthetic drifted data and evaluating
models.

The corresponding open-access paper, [Edgar Wolf and Tobias Windisch (2024), A method to benchmark high-dimensional
process drift detection](https://arxiv.org/abs/2409.03669), describes the
The corresponding open-access paper, [Edgar Wolf and Tobias Windisch (2025), A method to benchmark high-dimensional
process drift detection](https://link.springer.com/article/10.1007/s10845-025-02590-9), describes the
method in detail.

To run the benchmarks, execute:
Expand Down Expand Up @@ -46,3 +46,18 @@ def plot_benchmark(df):

df = pd.read_json('benchmarks.json')
fig = plot_benchmark(df)
```

## Citation
Please cite [**driftbench**](https://github.com/edgarWolf/driftbench) if you use this framework in your publications:
```bibtex
@article{wolf_method_2025,
title = {A method to benchmark high-dimensional process drift detection},
issn = {1572-8145},
url = {https://doi.org/10.1007/s10845-025-02590-9},
doi = {10.1007/s10845-025-02590-9},
journal = {Journal of Intelligent Manufacturing},
author = {Wolf, Edgar and Windisch, Tobias},
year = {2025},
}
```
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.8
0.0.9