Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Jungjee committed Feb 22, 2024
1 parent 87c0a84 commit 7d5ac36
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,13 @@
# a_dcf
a-DCF: an architecture agnostic metric

## Installation
- We support package installation via PyPi. For Python users, `pip install a_dcf` will install the package.
- Alternatively, installation of this repo is also available via `python -m pip install -e .`

## Usage
- With default a-DCF configuration (a-DCF1 in the paper)
```
from a_dcf import calculate_a_dcf
results = calculate_a_dcf(YOUR_SCORE_FILE_DIR)
```

0 comments on commit 7d5ac36

Please sign in to comment.