File size: 1,081 Bytes
5cb6a06
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
license: cdla-permissive-2.0
task_categories:
- tabular-classification
pretty_name: Parkinson_Speech
tags:
- tabular
- ehr
- binary
- Biomedical
- Benchmark
- speech-features
configs:
- config_name: Parkinson_Speech
  data_files:
  - split: train
    path: data/train.parquet
  - split: validation
    path: data/val.parquet
  - split: test
    path: data/test.parquet
dataset_info:
  description: The PD database consists of training and test files. The training data
    belongs to 20 PWP (6 female, 14 male) and 20 healthy individuals (10 female, 10
    male) who appealed at the Department of Neurology in Cerrahpasa Faculty of Medicine,
    Istanbul University. From all subjects, multiple types of sound recordings (26
    voice samples including sustained vowels, numbers, words and short sentences)
    are taken. A group of 26 linear and time-frequency based features are extracted
    from each voice sample. This dataset uses only the train_data.txt file as the
    test data contains only positive Parkinson patients and is more like a 'clinical'
    test set.
---