Evaluation method for the DRAGON benchmark
Project description
DRAGON Evaluation
Evaluation method for the DRAGON (Diagnostic Report Analysis: General Optimization of NLP) challenge.
If you are using this codebase or some part of it, please cite the following article: PENDING
BibTeX:
PENDING
Installation
A pre-built Docker container with the DRAGON evaluation method is available:
docker pull joeranbosma/dragon_eval:latest
The DRAGON evaluation method can be pip-installed:
pip install dragon_eval
Or, alternatively, it can be installed from source:
pip install git+https://github.com/DIAGNijmegen/dragon_eval
The evaluation method was tested with Python 3.10. See requirements.txt for a full list of exact package versions.
Usage
The Docker container can be used to evaluate the synthetic datasets as specified in evaluate.sh. To evaluate the synthetic tasks, place the predictions to evaluate in the test-predictions folder and run ./evaluate.sh.
The DRAGON evaluation method can also be used from the command line (if installed with pip):
python -m dragon_eval --ground-truth-path="ground-truth" --predictions-path=test-predictions --output-file=metrics.json --folds 0 1 2 3 4 --tasks 000 001 002 003 004 005 006 007
The command above should work when executed from the dragon_eval folder, which needs to be cloned locally for the ground truth and prediction files to be present. Change the paths above when executing the command from a different place or storing the files in a different place. The tasks and folds to evaluate can be changed with the respective parameters.
Managed By
Diagnostic Image Analysis Group, Radboud University Medical Center, Nijmegen, The Netherlands
Contact Information
Joeran Bosma: Joeran.Bosma@radboudumc.nl
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file dragon_eval-0.2.7.tar.gz.
File metadata
- Download URL: dragon_eval-0.2.7.tar.gz
- Upload date:
- Size: 13.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a864f36c40071259b9c245713b7075827be5d28de4d8aa1b456c9c9095b87375
|
|
| MD5 |
77d67578313b9b2fd1c73407c425317d
|
|
| BLAKE2b-256 |
92db4485846799be1e61ff01749d27e7aac3c684185486c5090a6ff2e5708105
|
File details
Details for the file dragon_eval-0.2.7-py3-none-any.whl.
File metadata
- Download URL: dragon_eval-0.2.7-py3-none-any.whl
- Upload date:
- Size: 12.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fbc4d73a56570165454a3c71902b64665963595a1a5bfe1669c7e24d7f5ef3ff
|
|
| MD5 |
a898a2f5824e7101a757a246a0f8126b
|
|
| BLAKE2b-256 |
38d6459bd9b4af48d8763a50952f6ccbc2970f594bd3b22c52e847b2c1e8a3a6
|