Upload dataset
Browse files- README.md +108 -1
- data/train-00000-of-00001.parquet +3 -0
README.md
CHANGED
@@ -5,4 +5,111 @@ task_categories:
|
|
5 |
language:
|
6 |
- en
|
7 |
pretty_name: LIDC IDRI patches for classification
|
8 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
language:
|
6 |
- en
|
7 |
pretty_name: LIDC IDRI patches for classification
|
8 |
+
configs:
|
9 |
+
- config_name: default
|
10 |
+
data_files:
|
11 |
+
- split: train
|
12 |
+
path: data/train-*
|
13 |
+
dataset_info:
|
14 |
+
features:
|
15 |
+
- name: annotation_id
|
16 |
+
dtype: int32
|
17 |
+
- name: calcification
|
18 |
+
dtype:
|
19 |
+
class_label:
|
20 |
+
names:
|
21 |
+
'0': Absent
|
22 |
+
'1': Non-central
|
23 |
+
'2': Central
|
24 |
+
- name: image
|
25 |
+
dtype: image
|
26 |
+
- name: internalstructure
|
27 |
+
dtype:
|
28 |
+
class_label:
|
29 |
+
names:
|
30 |
+
'0': Soft Tissue
|
31 |
+
- name: lobulation
|
32 |
+
dtype:
|
33 |
+
class_label:
|
34 |
+
names:
|
35 |
+
'0': No Lobulation
|
36 |
+
'1': Nearly No Lobulation
|
37 |
+
'2': Near Marked Lobulation
|
38 |
+
'3': Medium Lobulation
|
39 |
+
'4': Marked Lobulation
|
40 |
+
- name: malignancy
|
41 |
+
dtype:
|
42 |
+
class_label:
|
43 |
+
names:
|
44 |
+
'0': Indeterminate
|
45 |
+
'1': Moderately Suspicious
|
46 |
+
'2': Highly Suspicious
|
47 |
+
'3': Highly Unlikely
|
48 |
+
'4': Moderately Unlikely
|
49 |
+
- name: margin
|
50 |
+
dtype:
|
51 |
+
class_label:
|
52 |
+
names:
|
53 |
+
'0': Near Sharp
|
54 |
+
'1': Sharp
|
55 |
+
'2': Near Poorly Defined
|
56 |
+
'3': Medium Margin
|
57 |
+
- name: patch_id
|
58 |
+
dtype: int32
|
59 |
+
- name: patient_id
|
60 |
+
dtype:
|
61 |
+
class_label:
|
62 |
+
names:
|
63 |
+
'0': LIDC-IDRI-0078
|
64 |
+
'1': LIDC-IDRI-0069
|
65 |
+
- name: pixel_spacing_mm
|
66 |
+
dtype: float32
|
67 |
+
- name: scan_id
|
68 |
+
dtype: int32
|
69 |
+
- name: sphericity
|
70 |
+
dtype:
|
71 |
+
class_label:
|
72 |
+
names:
|
73 |
+
'0': Ovoid
|
74 |
+
'1': Ovoid/Round
|
75 |
+
'2': Round
|
76 |
+
- name: spiculation
|
77 |
+
dtype:
|
78 |
+
class_label:
|
79 |
+
names:
|
80 |
+
'0': No Spiculation
|
81 |
+
'1': Nearly No Spiculation
|
82 |
+
'2': Medium Spiculation
|
83 |
+
'3': Near Marked Spiculation
|
84 |
+
'4': Marked Spiculation
|
85 |
+
- name: subtlety
|
86 |
+
dtype:
|
87 |
+
class_label:
|
88 |
+
names:
|
89 |
+
'0': Obvious
|
90 |
+
'1': Moderately Obvious
|
91 |
+
'2': Moderately Subtle
|
92 |
+
'3': Fairly Subtle
|
93 |
+
- name: texture
|
94 |
+
dtype:
|
95 |
+
class_label:
|
96 |
+
names:
|
97 |
+
'0': Solid
|
98 |
+
'1': Solid/Mixed
|
99 |
+
- name: xmax
|
100 |
+
dtype: int32
|
101 |
+
- name: xmin
|
102 |
+
dtype: int32
|
103 |
+
- name: ymax
|
104 |
+
dtype: int32
|
105 |
+
- name: ymin
|
106 |
+
dtype: int32
|
107 |
+
- name: z
|
108 |
+
dtype: int32
|
109 |
+
splits:
|
110 |
+
- name: train
|
111 |
+
num_bytes: 726482.0
|
112 |
+
num_examples: 137
|
113 |
+
download_size: 697737
|
114 |
+
dataset_size: 726482.0
|
115 |
+
---
|
data/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c30e02a3968f923c8ea09e263625299d04eec1d50393cee72b5f58a006b87d94
|
3 |
+
size 697737
|