File size: 4,314 Bytes
5ba8f5d
 
 
 
 
 
 
65f1e9c
5ba8f5d
 
 
755f102
5ba8f5d
755f102
5ba8f5d
 
 
 
 
 
 
 
c93a7d4
5ba8f5d
 
 
 
 
 
755f102
5ba8f5d
 
 
755f102
5ba8f5d
755f102
5ba8f5d
755f102
5ba8f5d
755f102
5ba8f5d
 
 
 
c93a7d4
5ba8f5d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
f7bf09a
5ba8f5d
 
 
 
 
 
 
c93a7d4
5ba8f5d
 
 
 
 
 
 
 
 
 
c93a7d4
5ba8f5d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
---

dataset_info:
  features:
    - name: case_id
      dtype: string
    - name: images
      sequence: image
    - name: source
      dtype: string
    - name: image_paths
      sequence: string
    - name: image_shot_types
      sequence: string
    - name: release
      dtype: string
    - name: year
      dtype: int64
    - name: age_group
      dtype: string
    - name: sex_at_birth
      dtype: string
    - name: fitzpatrick_skin_type
      dtype: string
    - name: related_category
      dtype: string
    - name: condition_duration
      dtype: string
    - name: race_ethnicity
      sequence: string
    - name: combined_race
      dtype: string
    - name: textures
      sequence: string
    - name: body_parts
      sequence: string
    - name: condition_symptoms
      sequence: string
    - name: other_symptoms
      sequence: string
    - name: gradable_for_skin_condition_dermatologist_1
      dtype: string
    - name: gradable_for_skin_condition_dermatologist_2
      dtype: string
    - name: gradable_for_skin_condition_dermatologist_3
      dtype: string
    - name: dermatologist_skin_condition_on_label_name
      dtype: string
    - name: dermatologist_skin_condition_confidence
      dtype: string
    - name: weighted_skin_condition_label
      dtype: string
    - name: gradable_for_fitzpatrick_skin_type_dermatologist_1
      dtype: string
    - name: gradable_for_fitzpatrick_skin_type_dermatologist_2
      dtype: string
    - name: gradable_for_fitzpatrick_skin_type_dermatologist_3
      dtype: string
    - name: fitzpatrick_skin_type_label_dermatologist_1
      dtype: string
    - name: fitzpatrick_skin_type_label_dermatologist_2
      dtype: string
    - name: fitzpatrick_skin_type_label_dermatologist_3
      dtype: string
    - name: gradable_for_monk_skin_tone_india
      dtype: string
    - name: gradable_for_monk_skin_tone_us
      dtype: string
    - name: monk_skin_tone_label_india
      dtype: float32
    - name: monk_skin_tone_label_us
      dtype: float32
task_categories:
  - image-classification
language:
  - en
tags:
  - dataset
  - image
  - computer-vision
pretty_name: SCIN Dataset
size_categories:
  - 1K<n<10K
---

# SCIN Dataset

## Dataset Description

This dataset is a copy of [SCIN Dataset](https://zenodo.org/records/10819504) which is shared with the license CC BY 4.0.

This dataset contains 5033 samples in its train split.
This dataset includes image data.

### Splits

- **train**: 5033 samples

### Data Fields

The dataset includes the following columns:

- **case_id**: String data  
- **images**: Sequence of image data  
- **source**: String data  
- **image_paths**: Sequence of strings (file paths to images)  
- **image_shot_types**: Sequence of strings (shot type descriptors)  
- **release**: String data  
- **year**: Integer data  
- **age_group**: String data  
- **sex_at_birth**: String data  
- **fitzpatrick_skin_type**: String data  
- **related_category**: String data  
- **condition_duration**: String data  
- **race_ethnicity**: Sequence of strings  
- **combined_race**: String data  
- **textures**: Sequence of strings  
- **body_parts**: Sequence of strings  
- **condition_symptoms**: Sequence of strings  
- **other_symptoms**: Sequence of strings  
- **gradable_for_skin_condition_dermatologist_1**: String data  
- **gradable_for_skin_condition_dermatologist_2**: String data  
- **gradable_for_skin_condition_dermatologist_3**: String data  
- **dermatologist_skin_condition_on_label_name**: String data  
- **dermatologist_skin_condition_confidence**: String data  
- **weighted_skin_condition_label**: String data  
- **gradable_for_fitzpatrick_skin_type_dermatologist_1**: String data  
- **gradable_for_fitzpatrick_skin_type_dermatologist_2**: String data  
- **gradable_for_fitzpatrick_skin_type_dermatologist_3**: String data  
- **fitzpatrick_skin_type_label_dermatologist_1**: String data  
- **fitzpatrick_skin_type_label_dermatologist_2**: String data  
- **fitzpatrick_skin_type_label_dermatologist_3**: String data  
- **gradable_for_monk_skin_tone_india**: String data  
- **gradable_for_monk_skin_tone_us**: String data  
- **monk_skin_tone_label_india**: Float data  
- **monk_skin_tone_label_us**: Float data  

## Technical Details

- **Total samples**: 5033
- **Number of splits**: 1