File size: 1,112 Bytes
5692248 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 |
---
license: apache-2.0
dataset_info:
features:
- name: value
dtype: float64
- name: datasourceId
dtype: string
- name: variable
dtype: string
- name: field
dtype: string
- name: runId
dtype: string
splits:
- name: train
num_bytes: 673444
num_examples: 6383
download_size: 37395
dataset_size: 673444
configs:
- config_name: default
data_files:
- split: train
path: metrics/train-*
---
Repository for the Open Targets Platform release metrics.
Each file is indexed by a `runId`. The format of this variable will depend on the type of the run:
| Run type | OT_RELEASE format | Example metrics output name |
|-------------------|-------------------|-----------------------------|
| Pre-ETL | YY.MM_pre | 23.12_pre |
| Post-ETL, regular | YY.MM | 23.12_2023-10-31 |
| Post-ETL, PPP | partners/YY.MM | 23.12_ppp_2023-11-24 |
👉 We have built a dashboard to explore these metrics and help in the QC of a new Open Targets release: https://open-targets-metrics.streamlit.app/
|