We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87c0a84 commit 7d5ac36Copy full SHA for 7d5ac36
README.md
@@ -1,2 +1,13 @@
1
# a_dcf
2
a-DCF: an architecture agnostic metric
3
+
4
+## Installation
5
+- We support package installation via PyPi. For Python users, `pip install a_dcf` will install the package.
6
+- Alternatively, installation of this repo is also available via `python -m pip install -e .`
7
8
+## Usage
9
+- With default a-DCF configuration (a-DCF1 in the paper)
10
+```
11
+from a_dcf import calculate_a_dcf
12
+results = calculate_a_dcf(YOUR_SCORE_FILE_DIR)
13
0 commit comments