We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d2f0e4 commit d17cbceCopy full SHA for d17cbce
README.md
@@ -8,6 +8,6 @@ a-DCF: an architecture agnostic metric
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)
+from a_dcf import a_dcf
+results = a_dcf.calculate_a_dcf(YOUR_SCORE_FILE_DIR)
13
0 commit comments