Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
qhliu26 committed Dec 3, 2024
1 parent ac71089 commit 309c311
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@
<h1 align="center">TSB-AD</h1>
<h2 align="center">🐘 The Elephant in the Room: Towards A Reliable Time-Series Anomaly Detection Benchmark</h2>

<p align="center">
<img alt="PyPI" src="https://img.shields.io/pypi/v/tsb_ad">
<img alt="PyPI - Downloads" src="https://pepy.tech/badge/tsb_ad">
<img alt="License" src="https://img.shields.io/github/license/TheDatumOrg/tsb-ad">
</p>

Main Recent Update:
- [Nov. 20, 2024] Project homepage is online and release TSB-AD-U/M dataset.
- [Nov. 6, 2024] Pip-installable package released.
Expand Down Expand Up @@ -99,7 +105,7 @@ The split of Tuning and Eval set in our benchmark study is available at [[Link]]
You can install TSB-AD with [pip](https://pypi.org/project/TSB-AD/1.0/):

```bash
pip install TSB-AD==1.0
pip install TSB-AD
```

To install TSB-AD from source, you will need the following tools:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

setup(
name='TSB_AD', # Replace with your own package name
version='1.1', # The version of your package
version='1.2', # The version of your package
author='The Datum Lab', # Your name
description='Time-Series Anomaly Detection Benchmark', # A short description
long_description=open('README.md', encoding='utf-8').read(), # Long description read from the README.md
Expand Down

0 comments on commit 309c311

Please sign in to comment.