Upload dataset
Browse files- README.md +58 -0
- disease_classification/train-00000-of-00032.parquet +3 -0
- disease_classification/train-00001-of-00032.parquet +3 -0
- disease_classification/train-00002-of-00032.parquet +3 -0
- disease_classification/train-00003-of-00032.parquet +3 -0
- disease_classification/train-00004-of-00032.parquet +3 -0
- disease_classification/train-00005-of-00032.parquet +3 -0
- disease_classification/train-00006-of-00032.parquet +3 -0
- disease_classification/train-00007-of-00032.parquet +3 -0
- disease_classification/train-00008-of-00032.parquet +3 -0
- disease_classification/train-00009-of-00032.parquet +3 -0
- disease_classification/train-00010-of-00032.parquet +3 -0
- disease_classification/train-00011-of-00032.parquet +3 -0
- disease_classification/train-00012-of-00032.parquet +3 -0
- disease_classification/train-00013-of-00032.parquet +3 -0
- disease_classification/train-00014-of-00032.parquet +3 -0
- disease_classification/train-00015-of-00032.parquet +3 -0
- disease_classification/train-00016-of-00032.parquet +3 -0
- disease_classification/train-00017-of-00032.parquet +3 -0
- disease_classification/train-00018-of-00032.parquet +3 -0
- disease_classification/train-00019-of-00032.parquet +3 -0
- disease_classification/train-00020-of-00032.parquet +3 -0
- disease_classification/train-00021-of-00032.parquet +3 -0
- disease_classification/train-00022-of-00032.parquet +3 -0
- disease_classification/train-00023-of-00032.parquet +3 -0
- disease_classification/train-00024-of-00032.parquet +3 -0
- disease_classification/train-00025-of-00032.parquet +3 -0
- disease_classification/train-00026-of-00032.parquet +3 -0
- disease_classification/train-00027-of-00032.parquet +3 -0
- disease_classification/train-00028-of-00032.parquet +3 -0
- disease_classification/train-00029-of-00032.parquet +3 -0
- disease_classification/train-00030-of-00032.parquet +3 -0
- disease_classification/train-00031-of-00032.parquet +3 -0
README.md
CHANGED
|
@@ -39,6 +39,60 @@ dataset_info:
|
|
| 39 |
num_examples: 3871
|
| 40 |
download_size: 15923453393
|
| 41 |
dataset_size: 16821052591.876999
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 42 |
configs:
|
| 43 |
- config_name: biomarker_detection
|
| 44 |
data_files:
|
|
@@ -46,6 +100,10 @@ configs:
|
|
| 46 |
path: biomarker_detection/train-*
|
| 47 |
- split: test
|
| 48 |
path: biomarker_detection/test-*
|
|
|
|
|
|
|
|
|
|
|
|
|
| 49 |
---
|
| 50 |
|
| 51 |
|
|
|
|
| 39 |
num_examples: 3871
|
| 40 |
download_size: 15923453393
|
| 41 |
dataset_size: 16821052591.876999
|
| 42 |
+
- config_name: disease_classification
|
| 43 |
+
features:
|
| 44 |
+
- name: Image
|
| 45 |
+
dtype: image
|
| 46 |
+
- name: Scan (n/49)
|
| 47 |
+
dtype: float64
|
| 48 |
+
- name: Atrophy / thinning of retinal layers
|
| 49 |
+
dtype: float64
|
| 50 |
+
- name: Disruption of EZ
|
| 51 |
+
dtype: float64
|
| 52 |
+
- name: DRIL
|
| 53 |
+
dtype: float64
|
| 54 |
+
- name: IR hemorrhages
|
| 55 |
+
dtype: float64
|
| 56 |
+
- name: IR HRF
|
| 57 |
+
dtype: float64
|
| 58 |
+
- name: Partially attached vitreous face
|
| 59 |
+
dtype: float64
|
| 60 |
+
- name: Fully attached vitreous face
|
| 61 |
+
dtype: float64
|
| 62 |
+
- name: Preretinal tissue/hemorrhage
|
| 63 |
+
dtype: float64
|
| 64 |
+
- name: Vitreous debris
|
| 65 |
+
dtype: float64
|
| 66 |
+
- name: VMT
|
| 67 |
+
dtype: float64
|
| 68 |
+
- name: DRT/ME
|
| 69 |
+
dtype: float64
|
| 70 |
+
- name: Fluid (IRF)
|
| 71 |
+
dtype: float64
|
| 72 |
+
- name: Fluid (SRF)
|
| 73 |
+
dtype: float64
|
| 74 |
+
- name: Disruption of RPE
|
| 75 |
+
dtype: float64
|
| 76 |
+
- name: PED (serous)
|
| 77 |
+
dtype: float64
|
| 78 |
+
- name: SHRM
|
| 79 |
+
dtype: float64
|
| 80 |
+
- name: Eye_ID
|
| 81 |
+
dtype: float64
|
| 82 |
+
- name: BCVA
|
| 83 |
+
dtype: float64
|
| 84 |
+
- name: CST
|
| 85 |
+
dtype: float64
|
| 86 |
+
- name: Patient_ID
|
| 87 |
+
dtype: int64
|
| 88 |
+
- name: Disease Label
|
| 89 |
+
dtype: float64
|
| 90 |
+
splits:
|
| 91 |
+
- name: train
|
| 92 |
+
num_bytes: 15860241253.136
|
| 93 |
+
num_examples: 78822
|
| 94 |
+
download_size: 15061835755
|
| 95 |
+
dataset_size: 15860241253.136
|
| 96 |
configs:
|
| 97 |
- config_name: biomarker_detection
|
| 98 |
data_files:
|
|
|
|
| 100 |
path: biomarker_detection/train-*
|
| 101 |
- split: test
|
| 102 |
path: biomarker_detection/test-*
|
| 103 |
+
- config_name: disease_classification
|
| 104 |
+
data_files:
|
| 105 |
+
- split: train
|
| 106 |
+
path: disease_classification/train-*
|
| 107 |
---
|
| 108 |
|
| 109 |
|
disease_classification/train-00000-of-00032.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d5b541bbd51c3ab21471e83c204ef1c29a359245875d4c333d90b164ecc4b010
|
| 3 |
+
size 446372404
|
disease_classification/train-00001-of-00032.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:20447aa38222c1015e4abd30080155adcc9008ec7fb58225287e7086fddd098f
|
| 3 |
+
size 513035275
|
disease_classification/train-00002-of-00032.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fe79b1d572ac0a3f7471ca88f1debbf20636f6d38993901286465ec3015310ed
|
| 3 |
+
size 489093408
|
disease_classification/train-00003-of-00032.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:727c8622b22693f61d5822875952b8d63e87c60fa6e9a7f2cebe0ccf7fa4936d
|
| 3 |
+
size 501519238
|
disease_classification/train-00004-of-00032.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ba1a6df88e48b9fa2d6a3b7eba9841115cca11e14a111d813b0ba584c4040231
|
| 3 |
+
size 485024145
|
disease_classification/train-00005-of-00032.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:90ca09312341c9271fff5758f044ec29df229c9447f44664e09b120a672c2e93
|
| 3 |
+
size 491345869
|
disease_classification/train-00006-of-00032.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b27e36ba0f79d3cf370e827012f2fcaf8f109358228e959809d75302c1ae9125
|
| 3 |
+
size 504708461
|
disease_classification/train-00007-of-00032.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d9dcba2119aa7c32be022f3f074da477df71ac468662b9270c9aedef9eaff543
|
| 3 |
+
size 475814218
|
disease_classification/train-00008-of-00032.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1b9b0ccdccdc48448cc64f7acc466858721102a9900fb5d5c12096a286aa157e
|
| 3 |
+
size 504132713
|
disease_classification/train-00009-of-00032.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e3af1ed1c27114b3d4715c55496ca396caec8f1d5acad1d881f337c52b7956e1
|
| 3 |
+
size 481559934
|
disease_classification/train-00010-of-00032.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cc4233b7152757a59b8907ba9008cbb5e07f8d53ed72fa048fd2135542230bb0
|
| 3 |
+
size 474890576
|
disease_classification/train-00011-of-00032.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bfbbcdfd67a772536479b25fb5e1bd97d5d1a98efb8c0cd3c05b189211a68831
|
| 3 |
+
size 495409194
|
disease_classification/train-00012-of-00032.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8424071bb089a6cff6708aca7759ac83969f78d22a159f4b2bc1302ec2ee7e8f
|
| 3 |
+
size 508417002
|
disease_classification/train-00013-of-00032.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fd28f6ee7e8034c42fbe363a3f2b901ca40946c7398a83c16b7e92ef00026f88
|
| 3 |
+
size 496436192
|
disease_classification/train-00014-of-00032.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:918c99752b326fba0c3eacf491708dd653d41aa459b3cf6ae4a4ba8aa7fe8588
|
| 3 |
+
size 496333555
|
disease_classification/train-00015-of-00032.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e52e29aea0f89bd8605ad219576e8dd7f6f3854d21b6ff060b468b71781f00b4
|
| 3 |
+
size 483372970
|
disease_classification/train-00016-of-00032.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c98931829bd0b5a526fd088cde7535cd855000e8062cbfbdf993b0a6bbbf8425
|
| 3 |
+
size 462110919
|
disease_classification/train-00017-of-00032.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:069d253ebb7fd6d8f4b0247d7c9f3c122c16b0d653b3c53f31cbc0281432cbbf
|
| 3 |
+
size 455772534
|
disease_classification/train-00018-of-00032.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:321c7439f12ba7a7e9b5e55ebb378d0d9b05587f0462c2003c143bc920af587a
|
| 3 |
+
size 489626525
|
disease_classification/train-00019-of-00032.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:54c2b1624284080a8eca183b39f87dfbf26453b860a0f320b252191b66cfa300
|
| 3 |
+
size 486938976
|
disease_classification/train-00020-of-00032.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:63426168ecb20155c3956d7a227a8c688052f94040b849f4545c626c673ed100
|
| 3 |
+
size 492362354
|
disease_classification/train-00021-of-00032.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f2a489a780bcfe3f3f21d280989241dfe1ec87a406bc7fabd733eeec1024e031
|
| 3 |
+
size 485748513
|
disease_classification/train-00022-of-00032.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1e3be0c29a132fe9c9142b0f4272ca9effc51d615e84a810ade2fbc6df77b76e
|
| 3 |
+
size 484541396
|
disease_classification/train-00023-of-00032.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6b113cdf425ffa325b0bd30710551f2614e15ddf3d08e049b1d355352474cc49
|
| 3 |
+
size 495592524
|
disease_classification/train-00024-of-00032.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:834d6cf3ae5f7cf168f531077b82d56af2b922d44f3590bfadcbacf87b35bada
|
| 3 |
+
size 495675130
|
disease_classification/train-00025-of-00032.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c06b0ef4f5f21b41112eb5ca6a5e72cbffd948bb311a8ecc3c02d4dc55fd1ff1
|
| 3 |
+
size 424513981
|
disease_classification/train-00026-of-00032.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b5d3a5e305e45c60b74238957a36c27cba06b11abf84f161d51f061493232163
|
| 3 |
+
size 294399643
|
disease_classification/train-00027-of-00032.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:20334cc092e92146df9c57e07e86f9f895938df86f7d93b183b631a37873be2b
|
| 3 |
+
size 429568883
|
disease_classification/train-00028-of-00032.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:74c9915b5b1234a52da86e3b61f62c3fa085e0eccec83c41e98d283ea27e568f
|
| 3 |
+
size 474490659
|
disease_classification/train-00029-of-00032.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:da3645faafd47b298d3788074ee65a6f4d7055cb767cc5798c915c172c4efac8
|
| 3 |
+
size 323119831
|
disease_classification/train-00030-of-00032.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:181f481028812bfc8bc611d5105b0fe97e5c12044d318c0250791d726efc4dd7
|
| 3 |
+
size 431902724
|
disease_classification/train-00031-of-00032.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d66a78286402697d112b4098f780a5718ebf61c59e4572e7983fa576df68124e
|
| 3 |
+
size 488006009
|