Datasets:
Duplicate from mstz/heart
Browse filesCo-authored-by: Mattia <mstz@users.noreply.huggingface.co>
- .gitattributes +54 -0
- README.md +36 -0
- heart-disease.names +245 -0
- heart.py +138 -0
- processed.hungarian.data +294 -0
.gitattributes
ADDED
|
@@ -0,0 +1,54 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
*.7z filter=lfs diff=lfs merge=lfs -text
|
| 2 |
+
*.arrow filter=lfs diff=lfs merge=lfs -text
|
| 3 |
+
*.bin filter=lfs diff=lfs merge=lfs -text
|
| 4 |
+
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
| 5 |
+
*.ckpt filter=lfs diff=lfs merge=lfs -text
|
| 6 |
+
*.ftz filter=lfs diff=lfs merge=lfs -text
|
| 7 |
+
*.gz filter=lfs diff=lfs merge=lfs -text
|
| 8 |
+
*.h5 filter=lfs diff=lfs merge=lfs -text
|
| 9 |
+
*.joblib filter=lfs diff=lfs merge=lfs -text
|
| 10 |
+
*.lfs.* filter=lfs diff=lfs merge=lfs -text
|
| 11 |
+
*.lz4 filter=lfs diff=lfs merge=lfs -text
|
| 12 |
+
*.mlmodel filter=lfs diff=lfs merge=lfs -text
|
| 13 |
+
*.model filter=lfs diff=lfs merge=lfs -text
|
| 14 |
+
*.msgpack filter=lfs diff=lfs merge=lfs -text
|
| 15 |
+
*.npy filter=lfs diff=lfs merge=lfs -text
|
| 16 |
+
*.npz filter=lfs diff=lfs merge=lfs -text
|
| 17 |
+
*.onnx filter=lfs diff=lfs merge=lfs -text
|
| 18 |
+
*.ot filter=lfs diff=lfs merge=lfs -text
|
| 19 |
+
*.parquet filter=lfs diff=lfs merge=lfs -text
|
| 20 |
+
*.pb filter=lfs diff=lfs merge=lfs -text
|
| 21 |
+
*.pickle filter=lfs diff=lfs merge=lfs -text
|
| 22 |
+
*.pkl filter=lfs diff=lfs merge=lfs -text
|
| 23 |
+
*.pt filter=lfs diff=lfs merge=lfs -text
|
| 24 |
+
*.pth filter=lfs diff=lfs merge=lfs -text
|
| 25 |
+
*.rar filter=lfs diff=lfs merge=lfs -text
|
| 26 |
+
*.safetensors filter=lfs diff=lfs merge=lfs -text
|
| 27 |
+
saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
| 28 |
+
*.tar.* filter=lfs diff=lfs merge=lfs -text
|
| 29 |
+
*.tflite filter=lfs diff=lfs merge=lfs -text
|
| 30 |
+
*.tgz filter=lfs diff=lfs merge=lfs -text
|
| 31 |
+
*.wasm filter=lfs diff=lfs merge=lfs -text
|
| 32 |
+
*.xz filter=lfs diff=lfs merge=lfs -text
|
| 33 |
+
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
+
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
+
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
# Audio files - uncompressed
|
| 37 |
+
*.pcm filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
*.sam filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
*.raw filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
# Audio files - compressed
|
| 41 |
+
*.aac filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
*.flac filter=lfs diff=lfs merge=lfs -text
|
| 43 |
+
*.mp3 filter=lfs diff=lfs merge=lfs -text
|
| 44 |
+
*.ogg filter=lfs diff=lfs merge=lfs -text
|
| 45 |
+
*.wav filter=lfs diff=lfs merge=lfs -text
|
| 46 |
+
# Image files - uncompressed
|
| 47 |
+
*.bmp filter=lfs diff=lfs merge=lfs -text
|
| 48 |
+
*.gif filter=lfs diff=lfs merge=lfs -text
|
| 49 |
+
*.png filter=lfs diff=lfs merge=lfs -text
|
| 50 |
+
*.tiff filter=lfs diff=lfs merge=lfs -text
|
| 51 |
+
# Image files - compressed
|
| 52 |
+
*.jpg filter=lfs diff=lfs merge=lfs -text
|
| 53 |
+
*.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 54 |
+
*.webp filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
|
@@ -0,0 +1,36 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language:
|
| 3 |
+
- en
|
| 4 |
+
tags:
|
| 5 |
+
- heart
|
| 6 |
+
- tabular_classification
|
| 7 |
+
- binary_classification
|
| 8 |
+
- UCI
|
| 9 |
+
pretty_name: Heart
|
| 10 |
+
size_categories:
|
| 11 |
+
- n<1K
|
| 12 |
+
task_categories:
|
| 13 |
+
- tabular-classification
|
| 14 |
+
configs:
|
| 15 |
+
- cleveland
|
| 16 |
+
- va
|
| 17 |
+
- switzerland
|
| 18 |
+
- hungary
|
| 19 |
+
license: cc
|
| 20 |
+
---
|
| 21 |
+
# Heart
|
| 22 |
+
The [Heart dataset](https://archive.ics.uci.edu/ml/datasets/Heart) from the [UCI ML repository](https://archive.ics.uci.edu/ml/datasets).
|
| 23 |
+
Does the patient have heart disease?
|
| 24 |
+
|
| 25 |
+
# Configurations and tasks
|
| 26 |
+
| **Configuration** | **Task** |
|
| 27 |
+
|-------------------|---------------------------|
|
| 28 |
+
| hungary | Binary classification |
|
| 29 |
+
|
| 30 |
+
|
| 31 |
+
# Usage
|
| 32 |
+
```python
|
| 33 |
+
from datasets import load_dataset
|
| 34 |
+
|
| 35 |
+
dataset = load_dataset("mstz/heart", "hungary")["train"]
|
| 36 |
+
```
|
heart-disease.names
ADDED
|
@@ -0,0 +1,245 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Publication Request:
|
| 2 |
+
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
| 3 |
+
This file describes the contents of the heart-disease directory.
|
| 4 |
+
|
| 5 |
+
This directory contains 4 databases concerning heart disease diagnosis.
|
| 6 |
+
All attributes are numeric-valued. The data was collected from the
|
| 7 |
+
four following locations:
|
| 8 |
+
|
| 9 |
+
1. Cleveland Clinic Foundation (cleveland.data)
|
| 10 |
+
2. Hungarian Institute of Cardiology, Budapest (hungarian.data)
|
| 11 |
+
3. V.A. Medical Center, Long Beach, CA (long-beach-va.data)
|
| 12 |
+
4. University Hospital, Zurich, Switzerland (switzerland.data)
|
| 13 |
+
|
| 14 |
+
Each database has the same instance format. While the databases have 76
|
| 15 |
+
raw attributes, only 14 of them are actually used. Thus I've taken the
|
| 16 |
+
liberty of making 2 copies of each database: one with all the attributes
|
| 17 |
+
and 1 with the 14 attributes actually used in past experiments.
|
| 18 |
+
|
| 19 |
+
The authors of the databases have requested:
|
| 20 |
+
|
| 21 |
+
...that any publications resulting from the use of the data include the
|
| 22 |
+
names of the principal investigator responsible for the data collection
|
| 23 |
+
at each institution. They would be:
|
| 24 |
+
|
| 25 |
+
1. Hungarian Institute of Cardiology. Budapest: Andras Janosi, M.D.
|
| 26 |
+
2. University Hospital, Zurich, Switzerland: William Steinbrunn, M.D.
|
| 27 |
+
3. University Hospital, Basel, Switzerland: Matthias Pfisterer, M.D.
|
| 28 |
+
4. V.A. Medical Center, Long Beach and Cleveland Clinic Foundation:
|
| 29 |
+
Robert Detrano, M.D., Ph.D.
|
| 30 |
+
|
| 31 |
+
Thanks in advance for abiding by this request.
|
| 32 |
+
|
| 33 |
+
David Aha
|
| 34 |
+
July 22, 1988
|
| 35 |
+
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
| 36 |
+
|
| 37 |
+
1. Title: Heart Disease Databases
|
| 38 |
+
|
| 39 |
+
2. Source Information:
|
| 40 |
+
(a) Creators:
|
| 41 |
+
-- 1. Hungarian Institute of Cardiology. Budapest: Andras Janosi, M.D.
|
| 42 |
+
-- 2. University Hospital, Zurich, Switzerland: William Steinbrunn, M.D.
|
| 43 |
+
-- 3. University Hospital, Basel, Switzerland: Matthias Pfisterer, M.D.
|
| 44 |
+
-- 4. V.A. Medical Center, Long Beach and Cleveland Clinic Foundation:
|
| 45 |
+
Robert Detrano, M.D., Ph.D.
|
| 46 |
+
(b) Donor: David W. Aha (aha@ics.uci.edu) (714) 856-8779
|
| 47 |
+
(c) Date: July, 1988
|
| 48 |
+
|
| 49 |
+
3. Past Usage:
|
| 50 |
+
1. Detrano,~R., Janosi,~A., Steinbrunn,~W., Pfisterer,~M., Schmid,~J.,
|
| 51 |
+
Sandhu,~S., Guppy,~K., Lee,~S., \& Froelicher,~V. (1989). {\it
|
| 52 |
+
International application of a new probability algorithm for the
|
| 53 |
+
diagnosis of coronary artery disease.} {\it American Journal of
|
| 54 |
+
Cardiology}, {\it 64},304--310.
|
| 55 |
+
-- International Probability Analysis
|
| 56 |
+
-- Address: Robert Detrano, M.D.
|
| 57 |
+
Cardiology 111-C
|
| 58 |
+
V.A. Medical Center
|
| 59 |
+
5901 E. 7th Street
|
| 60 |
+
Long Beach, CA 90028
|
| 61 |
+
-- Results in percent accuracy: (for 0.5 probability threshold)
|
| 62 |
+
Data Name: CDF CADENZA
|
| 63 |
+
-- Hungarian 77 74
|
| 64 |
+
Long beach 79 77
|
| 65 |
+
Swiss 81 81
|
| 66 |
+
-- Approximately a 77% correct classification accuracy with a
|
| 67 |
+
logistic-regression-derived discriminant function
|
| 68 |
+
2. David W. Aha & Dennis Kibler
|
| 69 |
+
--
|
| 70 |
+
|
| 71 |
+
|
| 72 |
+
-- Instance-based prediction of heart-disease presence with the
|
| 73 |
+
Cleveland database
|
| 74 |
+
-- NTgrowth: 77.0% accuracy
|
| 75 |
+
-- C4: 74.8% accuracy
|
| 76 |
+
3. John Gennari
|
| 77 |
+
-- Gennari, J.~H., Langley, P, \& Fisher, D. (1989). Models of
|
| 78 |
+
incremental concept formation. {\it Artificial Intelligence, 40},
|
| 79 |
+
11--61.
|
| 80 |
+
-- Results:
|
| 81 |
+
-- The CLASSIT conceptual clustering system achieved a 78.9% accuracy
|
| 82 |
+
on the Cleveland database.
|
| 83 |
+
|
| 84 |
+
4. Relevant Information:
|
| 85 |
+
This database contains 76 attributes, but all published experiments
|
| 86 |
+
refer to using a subset of 14 of them. In particular, the Cleveland
|
| 87 |
+
database is the only one that has been used by ML researchers to
|
| 88 |
+
this date. The "goal" field refers to the presence of heart disease
|
| 89 |
+
in the patient. It is integer valued from 0 (no presence) to 4.
|
| 90 |
+
Experiments with the Cleveland database have concentrated on simply
|
| 91 |
+
attempting to distinguish presence (values 1,2,3,4) from absence (value
|
| 92 |
+
0).
|
| 93 |
+
|
| 94 |
+
The names and social security numbers of the patients were recently
|
| 95 |
+
removed from the database, replaced with dummy values.
|
| 96 |
+
|
| 97 |
+
One file has been "processed", that one containing the Cleveland
|
| 98 |
+
database. All four unprocessed files also exist in this directory.
|
| 99 |
+
|
| 100 |
+
5. Number of Instances:
|
| 101 |
+
Database: # of instances:
|
| 102 |
+
Cleveland: 303
|
| 103 |
+
Hungarian: 294
|
| 104 |
+
Switzerland: 123
|
| 105 |
+
Long Beach VA: 200
|
| 106 |
+
|
| 107 |
+
6. Number of Attributes: 76 (including the predicted attribute)
|
| 108 |
+
|
| 109 |
+
7. Attribute Information:
|
| 110 |
+
-- Only 14 used
|
| 111 |
+
-- 1. #3 (age)
|
| 112 |
+
-- 2. #4 (sex)
|
| 113 |
+
-- 3. #9 (cp)
|
| 114 |
+
-- 4. #10 (trestbps)
|
| 115 |
+
-- 5. #12 (chol)
|
| 116 |
+
-- 6. #16 (fbs)
|
| 117 |
+
-- 7. #19 (restecg)
|
| 118 |
+
-- 8. #32 (thalach)
|
| 119 |
+
-- 9. #38 (exang)
|
| 120 |
+
-- 10. #40 (oldpeak)
|
| 121 |
+
-- 11. #41 (slope)
|
| 122 |
+
-- 12. #44 (ca)
|
| 123 |
+
-- 13. #51 (thal)
|
| 124 |
+
-- 14. #58 (num) (the predicted attribute)
|
| 125 |
+
|
| 126 |
+
-- Complete attribute documentation:
|
| 127 |
+
1 id: patient identification number
|
| 128 |
+
2 ccf: social security number (I replaced this with a dummy value of 0)
|
| 129 |
+
3 age: age in years
|
| 130 |
+
4 sex: sex (1 = male; 0 = female)
|
| 131 |
+
5 painloc: chest pain location (1 = substernal; 0 = otherwise)
|
| 132 |
+
6 painexer (1 = provoked by exertion; 0 = otherwise)
|
| 133 |
+
7 relrest (1 = relieved after rest; 0 = otherwise)
|
| 134 |
+
8 pncaden (sum of 5, 6, and 7)
|
| 135 |
+
9 cp: chest pain type
|
| 136 |
+
-- Value 1: typical angina
|
| 137 |
+
-- Value 2: atypical angina
|
| 138 |
+
-- Value 3: non-anginal pain
|
| 139 |
+
-- Value 4: asymptomatic
|
| 140 |
+
10 trestbps: resting blood pressure (in mm Hg on admission to the
|
| 141 |
+
hospital)
|
| 142 |
+
11 htn
|
| 143 |
+
12 chol: serum cholestoral in mg/dl
|
| 144 |
+
13 smoke: I believe this is 1 = yes; 0 = no (is or is not a smoker)
|
| 145 |
+
14 cigs (cigarettes per day)
|
| 146 |
+
15 years (number of years as a smoker)
|
| 147 |
+
16 fbs: (fasting blood sugar > 120 mg/dl) (1 = true; 0 = false)
|
| 148 |
+
17 dm (1 = history of diabetes; 0 = no such history)
|
| 149 |
+
18 famhist: family history of coronary artery disease (1 = yes; 0 = no)
|
| 150 |
+
19 restecg: resting electrocardiographic results
|
| 151 |
+
-- Value 0: normal
|
| 152 |
+
-- Value 1: having ST-T wave abnormality (T wave inversions and/or ST
|
| 153 |
+
elevation or depression of > 0.05 mV)
|
| 154 |
+
-- Value 2: showing probable or definite left ventricular hypertrophy
|
| 155 |
+
by Estes' criteria
|
| 156 |
+
20 ekgmo (month of exercise ECG reading)
|
| 157 |
+
21 ekgday(day of exercise ECG reading)
|
| 158 |
+
22 ekgyr (year of exercise ECG reading)
|
| 159 |
+
23 dig (digitalis used furing exercise ECG: 1 = yes; 0 = no)
|
| 160 |
+
24 prop (Beta blocker used during exercise ECG: 1 = yes; 0 = no)
|
| 161 |
+
25 nitr (nitrates used during exercise ECG: 1 = yes; 0 = no)
|
| 162 |
+
26 pro (calcium channel blocker used during exercise ECG: 1 = yes; 0 = no)
|
| 163 |
+
27 diuretic (diuretic used used during exercise ECG: 1 = yes; 0 = no)
|
| 164 |
+
28 proto: exercise protocol
|
| 165 |
+
1 = Bruce
|
| 166 |
+
2 = Kottus
|
| 167 |
+
3 = McHenry
|
| 168 |
+
4 = fast Balke
|
| 169 |
+
5 = Balke
|
| 170 |
+
6 = Noughton
|
| 171 |
+
7 = bike 150 kpa min/min (Not sure if "kpa min/min" is what was
|
| 172 |
+
written!)
|
| 173 |
+
8 = bike 125 kpa min/min
|
| 174 |
+
9 = bike 100 kpa min/min
|
| 175 |
+
10 = bike 75 kpa min/min
|
| 176 |
+
11 = bike 50 kpa min/min
|
| 177 |
+
12 = arm ergometer
|
| 178 |
+
29 thaldur: duration of exercise test in minutes
|
| 179 |
+
30 thaltime: time when ST measure depression was noted
|
| 180 |
+
31 met: mets achieved
|
| 181 |
+
32 thalach: maximum heart rate achieved
|
| 182 |
+
33 thalrest: resting heart rate
|
| 183 |
+
34 tpeakbps: peak exercise blood pressure (first of 2 parts)
|
| 184 |
+
35 tpeakbpd: peak exercise blood pressure (second of 2 parts)
|
| 185 |
+
36 dummy
|
| 186 |
+
37 trestbpd: resting blood pressure
|
| 187 |
+
38 exang: exercise induced angina (1 = yes; 0 = no)
|
| 188 |
+
39 xhypo: (1 = yes; 0 = no)
|
| 189 |
+
40 oldpeak = ST depression induced by exercise relative to rest
|
| 190 |
+
41 slope: the slope of the peak exercise ST segment
|
| 191 |
+
-- Value 1: upsloping
|
| 192 |
+
-- Value 2: flat
|
| 193 |
+
-- Value 3: downsloping
|
| 194 |
+
42 rldv5: height at rest
|
| 195 |
+
43 rldv5e: height at peak exercise
|
| 196 |
+
44 ca: number of major vessels (0-3) colored by flourosopy
|
| 197 |
+
45 restckm: irrelevant
|
| 198 |
+
46 exerckm: irrelevant
|
| 199 |
+
47 restef: rest raidonuclid (sp?) ejection fraction
|
| 200 |
+
48 restwm: rest wall (sp?) motion abnormality
|
| 201 |
+
0 = none
|
| 202 |
+
1 = mild or moderate
|
| 203 |
+
2 = moderate or severe
|
| 204 |
+
3 = akinesis or dyskmem (sp?)
|
| 205 |
+
49 exeref: exercise radinalid (sp?) ejection fraction
|
| 206 |
+
50 exerwm: exercise wall (sp?) motion
|
| 207 |
+
51 thal: 3 = normal; 6 = fixed defect; 7 = reversable defect
|
| 208 |
+
52 thalsev: not used
|
| 209 |
+
53 thalpul: not used
|
| 210 |
+
54 earlobe: not used
|
| 211 |
+
55 cmo: month of cardiac cath (sp?) (perhaps "call")
|
| 212 |
+
56 cday: day of cardiac cath (sp?)
|
| 213 |
+
57 cyr: year of cardiac cath (sp?)
|
| 214 |
+
58 num: diagnosis of heart disease (angiographic disease status)
|
| 215 |
+
-- Value 0: < 50% diameter narrowing
|
| 216 |
+
-- Value 1: > 50% diameter narrowing
|
| 217 |
+
(in any major vessel: attributes 59 through 68 are vessels)
|
| 218 |
+
59 lmt
|
| 219 |
+
60 ladprox
|
| 220 |
+
61 laddist
|
| 221 |
+
62 diag
|
| 222 |
+
63 cxmain
|
| 223 |
+
64 ramus
|
| 224 |
+
65 om1
|
| 225 |
+
66 om2
|
| 226 |
+
67 rcaprox
|
| 227 |
+
68 rcadist
|
| 228 |
+
69 lvx1: not used
|
| 229 |
+
70 lvx2: not used
|
| 230 |
+
71 lvx3: not used
|
| 231 |
+
72 lvx4: not used
|
| 232 |
+
73 lvf: not used
|
| 233 |
+
74 cathef: not used
|
| 234 |
+
75 junk: not used
|
| 235 |
+
76 name: last name of patient
|
| 236 |
+
(I replaced this with the dummy string "name")
|
| 237 |
+
|
| 238 |
+
9. Missing Attribute Values: Several. Distinguished with value -9.0.
|
| 239 |
+
|
| 240 |
+
10. Class Distribution:
|
| 241 |
+
Database: 0 1 2 3 4 Total
|
| 242 |
+
Cleveland: 164 55 36 35 13 303
|
| 243 |
+
Hungarian: 188 37 26 28 15 294
|
| 244 |
+
Switzerland: 8 48 32 30 5 123
|
| 245 |
+
Long Beach VA: 51 56 41 42 10 200
|
heart.py
ADDED
|
@@ -0,0 +1,138 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
"""Heart"""
|
| 2 |
+
|
| 3 |
+
from typing import List
|
| 4 |
+
from functools import partial
|
| 5 |
+
|
| 6 |
+
import datasets
|
| 7 |
+
|
| 8 |
+
import pandas
|
| 9 |
+
|
| 10 |
+
|
| 11 |
+
VERSION = datasets.Version("1.0.0")
|
| 12 |
+
_BASE_FEATURE_NAMES = [
|
| 13 |
+
"age",
|
| 14 |
+
"is_male",
|
| 15 |
+
"type_of_chest_pain",
|
| 16 |
+
"resting_blood_pressure",
|
| 17 |
+
"serum_cholesterol",
|
| 18 |
+
"fasting_blood_sugar",
|
| 19 |
+
"rest_electrocardiographic_type",
|
| 20 |
+
"maximum_heart_rate",
|
| 21 |
+
"has_exercise_induced_angina",
|
| 22 |
+
"depression_induced_by_exercise",
|
| 23 |
+
"slope_of_peak_exercise",
|
| 24 |
+
"number_of_major_vessels_colored_by_flourosopy",
|
| 25 |
+
"thal",
|
| 26 |
+
"has_hearth_disease"
|
| 27 |
+
]
|
| 28 |
+
|
| 29 |
+
DESCRIPTION = "Heart dataset from the UCI ML repository."
|
| 30 |
+
_HOMEPAGE = "https://archive.ics.uci.edu/ml/datasets/Heart"
|
| 31 |
+
_URLS = ("https://huggingface.co/datasets/mstz/heart/raw/heart.csv")
|
| 32 |
+
_CITATION = """
|
| 33 |
+
@misc{misc_heart_disease_45,
|
| 34 |
+
author = {Janosi,Andras, Steinbrunn,William, Pfisterer,Matthias, Detrano,Robert & M.D.,M.D.},
|
| 35 |
+
title = {{Heart Disease}},
|
| 36 |
+
year = {1988},
|
| 37 |
+
howpublished = {UCI Machine Learning Repository},
|
| 38 |
+
note = {{DOI}: \\url{10.24432/C52P4X}}
|
| 39 |
+
}"""
|
| 40 |
+
|
| 41 |
+
# Dataset info
|
| 42 |
+
urls_per_split = {
|
| 43 |
+
"hungary": {"train": "https://huggingface.co/datasets/mstz/heart/raw/main/processed.hungarian.data"},
|
| 44 |
+
}
|
| 45 |
+
features_types_per_config = {
|
| 46 |
+
"hungary": {
|
| 47 |
+
"age": datasets.Value("int8"),
|
| 48 |
+
"is_male": datasets.Value("bool"),
|
| 49 |
+
"type_of_chest_pain": datasets.Value("string"),
|
| 50 |
+
"resting_blood_pressure": datasets.Value("float32"),
|
| 51 |
+
"serum_cholesterol": datasets.Value("float32"),
|
| 52 |
+
"fasting_blood_sugar": datasets.Value("float32"),
|
| 53 |
+
"rest_electrocardiographic_type": datasets.Value("string"),
|
| 54 |
+
"maximum_heart_rate": datasets.Value("float32"),
|
| 55 |
+
"has_exercise_induced_angina": datasets.Value("bool"),
|
| 56 |
+
"depression_induced_by_exercise": datasets.Value("float32"),
|
| 57 |
+
"has_hearth_disease": datasets.ClassLabel(num_classes=2, names=("no", "yes"))
|
| 58 |
+
},
|
| 59 |
+
}
|
| 60 |
+
features_per_config = {k: datasets.Features(features_types_per_config[k]) for k in features_types_per_config}
|
| 61 |
+
|
| 62 |
+
_ENCODING_DICS = {
|
| 63 |
+
"type_of_chest_pain": {
|
| 64 |
+
1: "typical angina",
|
| 65 |
+
2: "atypical angina",
|
| 66 |
+
3: "non-anginal pain",
|
| 67 |
+
4: "asymptomatic"
|
| 68 |
+
}
|
| 69 |
+
}
|
| 70 |
+
|
| 71 |
+
class HeartConfig(datasets.BuilderConfig):
|
| 72 |
+
def __init__(self, **kwargs):
|
| 73 |
+
super(HeartConfig, self).__init__(version=VERSION, **kwargs)
|
| 74 |
+
self.features = features_per_config[kwargs["name"]]
|
| 75 |
+
|
| 76 |
+
|
| 77 |
+
class Heart(datasets.GeneratorBasedBuilder):
|
| 78 |
+
# dataset versions
|
| 79 |
+
DEFAULT_CONFIG = "hungary"
|
| 80 |
+
BUILDER_CONFIGS = [
|
| 81 |
+
HeartConfig(name="hungary",
|
| 82 |
+
description="Heart for binary classification, hungary dataset.")
|
| 83 |
+
]
|
| 84 |
+
|
| 85 |
+
|
| 86 |
+
def _info(self):
|
| 87 |
+
info = datasets.DatasetInfo(description=DESCRIPTION, citation=_CITATION, homepage=_HOMEPAGE,
|
| 88 |
+
features=features_per_config[self.config.name])
|
| 89 |
+
|
| 90 |
+
return info
|
| 91 |
+
|
| 92 |
+
def _split_generators(self, dl_manager: datasets.DownloadManager) -> List[datasets.SplitGenerator]:
|
| 93 |
+
downloads = dl_manager.download_and_extract(urls_per_split)
|
| 94 |
+
|
| 95 |
+
return [
|
| 96 |
+
datasets.SplitGenerator(name=datasets.Split.TRAIN, gen_kwargs={"filepath": downloads[self.config.name]["train"]})
|
| 97 |
+
]
|
| 98 |
+
|
| 99 |
+
def _generate_examples(self, filepath: str):
|
| 100 |
+
data = pandas.read_csv(filepath, header=None)
|
| 101 |
+
data.columns = _BASE_FEATURE_NAMES
|
| 102 |
+
data = self.preprocess(data, self.config.name)
|
| 103 |
+
|
| 104 |
+
for row_id, row in data.iterrows():
|
| 105 |
+
data_row = dict(row)
|
| 106 |
+
|
| 107 |
+
yield row_id, data_row
|
| 108 |
+
|
| 109 |
+
def preprocess(self, data, config):
|
| 110 |
+
for feature in _ENCODING_DICS:
|
| 111 |
+
encoding_function = partial(self.encode, feature)
|
| 112 |
+
data.loc[:, feature] = data[feature].apply(encoding_function)
|
| 113 |
+
|
| 114 |
+
data[["age"]].applymap(int)
|
| 115 |
+
|
| 116 |
+
data.drop("slope_of_peak_exercise", axis="columns", inplace=True)
|
| 117 |
+
data.drop("number_of_major_vessels_colored_by_flourosopy", axis="columns", inplace=True)
|
| 118 |
+
data.drop("thal", axis="columns", inplace=True)
|
| 119 |
+
data = data[data.serum_cholesterol != "?"]
|
| 120 |
+
|
| 121 |
+
data = data.infer_objects()
|
| 122 |
+
|
| 123 |
+
data = data[data.resting_blood_pressure != "?"]
|
| 124 |
+
data = data[data.fasting_blood_sugar != "?"]
|
| 125 |
+
data = data[data.rest_electrocardiographic_type != "?"]
|
| 126 |
+
data = data[data.maximum_heart_rate != "?"]
|
| 127 |
+
data = data[data.has_exercise_induced_angina != "?"]
|
| 128 |
+
|
| 129 |
+
data = data.astype({"is_male": bool, "has_exercise_induced_angina": bool,
|
| 130 |
+
"serum_cholesterol": float, "maximum_heart_rate": float,
|
| 131 |
+
"resting_blood_pressure": float, "fasting_blood_sugar": float})
|
| 132 |
+
|
| 133 |
+
return data
|
| 134 |
+
|
| 135 |
+
def encode(self, feature, value):
|
| 136 |
+
if feature in _ENCODING_DICS:
|
| 137 |
+
return _ENCODING_DICS[feature][value]
|
| 138 |
+
raise ValueError(f"Unknown feature: {feature}")
|
processed.hungarian.data
ADDED
|
@@ -0,0 +1,294 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
28,1,2,130,132,0,2,185,0,0,?,?,?,0
|
| 2 |
+
29,1,2,120,243,0,0,160,0,0,?,?,?,0
|
| 3 |
+
29,1,2,140,?,0,0,170,0,0,?,?,?,0
|
| 4 |
+
30,0,1,170,237,0,1,170,0,0,?,?,6,0
|
| 5 |
+
31,0,2,100,219,0,1,150,0,0,?,?,?,0
|
| 6 |
+
32,0,2,105,198,0,0,165,0,0,?,?,?,0
|
| 7 |
+
32,1,2,110,225,0,0,184,0,0,?,?,?,0
|
| 8 |
+
32,1,2,125,254,0,0,155,0,0,?,?,?,0
|
| 9 |
+
33,1,3,120,298,0,0,185,0,0,?,?,?,0
|
| 10 |
+
34,0,2,130,161,0,0,190,0,0,?,?,?,0
|
| 11 |
+
34,1,2,150,214,0,1,168,0,0,?,?,?,0
|
| 12 |
+
34,1,2,98,220,0,0,150,0,0,?,?,?,0
|
| 13 |
+
35,0,1,120,160,0,1,185,0,0,?,?,?,0
|
| 14 |
+
35,0,4,140,167,0,0,150,0,0,?,?,?,0
|
| 15 |
+
35,1,2,120,308,0,2,180,0,0,?,?,?,0
|
| 16 |
+
35,1,2,150,264,0,0,168,0,0,?,?,?,0
|
| 17 |
+
36,1,2,120,166,0,0,180,0,0,?,?,?,0
|
| 18 |
+
36,1,3,112,340,0,0,184,0,1,2,?,3,0
|
| 19 |
+
36,1,3,130,209,0,0,178,0,0,?,?,?,0
|
| 20 |
+
36,1,3,150,160,0,0,172,0,0,?,?,?,0
|
| 21 |
+
37,0,2,120,260,0,0,130,0,0,?,?,?,0
|
| 22 |
+
37,0,3,130,211,0,0,142,0,0,?,?,?,0
|
| 23 |
+
37,0,4,130,173,0,1,184,0,0,?,?,?,0
|
| 24 |
+
37,1,2,130,283,0,1,98,0,0,?,?,?,0
|
| 25 |
+
37,1,3,130,194,0,0,150,0,0,?,?,?,0
|
| 26 |
+
37,1,4,120,223,0,0,168,0,0,?,?,3,0
|
| 27 |
+
37,1,4,130,315,0,0,158,0,0,?,?,?,0
|
| 28 |
+
38,0,2,120,275,?,0,129,0,0,?,?,?,0
|
| 29 |
+
38,1,2,140,297,0,0,150,0,0,?,?,?,0
|
| 30 |
+
38,1,3,145,292,0,0,130,0,0,?,?,?,0
|
| 31 |
+
39,0,3,110,182,0,1,180,0,0,?,?,?,0
|
| 32 |
+
39,1,2,120,?,0,1,146,0,2,1,?,?,0
|
| 33 |
+
39,1,2,120,200,0,0,160,1,1,2,?,?,0
|
| 34 |
+
39,1,2,120,204,0,0,145,0,0,?,?,?,0
|
| 35 |
+
39,1,2,130,?,0,0,120,0,0,?,?,?,0
|
| 36 |
+
39,1,2,190,241,0,0,106,0,0,?,?,?,0
|
| 37 |
+
39,1,3,120,339,0,0,170,0,0,?,?,?,0
|
| 38 |
+
39,1,3,160,147,1,0,160,0,0,?,?,?,0
|
| 39 |
+
39,1,4,110,273,0,0,132,0,0,?,?,?,0
|
| 40 |
+
39,1,4,130,307,0,0,140,0,0,?,?,?,0
|
| 41 |
+
40,1,2,130,275,0,0,150,0,0,?,?,?,0
|
| 42 |
+
40,1,2,140,289,0,0,172,0,0,?,?,?,0
|
| 43 |
+
40,1,3,130,215,0,0,138,0,0,?,?,?,0
|
| 44 |
+
40,1,3,130,281,0,0,167,0,0,?,?,?,0
|
| 45 |
+
40,1,3,140,?,0,0,188,0,0,?,?,?,0
|
| 46 |
+
41,0,2,110,250,0,1,142,0,0,?,?,?,0
|
| 47 |
+
41,0,2,125,184,0,0,180,0,0,?,?,?,0
|
| 48 |
+
41,0,2,130,245,0,0,150,0,0,?,?,?,0
|
| 49 |
+
41,1,2,120,291,0,1,160,0,0,?,?,?,0
|
| 50 |
+
41,1,2,120,295,0,0,170,0,0,?,?,?,0
|
| 51 |
+
41,1,2,125,269,0,0,144,0,0,?,?,?,0
|
| 52 |
+
41,1,4,112,250,0,0,142,0,0,?,?,?,0
|
| 53 |
+
42,0,3,115,211,0,1,137,0,0,?,?,?,0
|
| 54 |
+
42,1,2,120,196,0,0,150,0,0,?,?,?,0
|
| 55 |
+
42,1,2,120,198,0,0,155,0,0,?,?,?,0
|
| 56 |
+
42,1,2,150,268,0,0,136,0,0,?,?,?,0
|
| 57 |
+
42,1,3,120,228,0,0,152,1,1.5,2,?,?,0
|
| 58 |
+
42,1,3,160,147,0,0,146,0,0,?,?,?,0
|
| 59 |
+
42,1,4,140,358,0,0,170,0,0,?,?,?,0
|
| 60 |
+
43,0,1,100,223,0,0,142,0,0,?,?,?,0
|
| 61 |
+
43,0,2,120,201,0,0,165,0,0,?,?,?,0
|
| 62 |
+
43,0,2,120,215,0,1,175,0,0,?,?,?,0
|
| 63 |
+
43,0,2,120,249,0,1,176,0,0,?,?,?,0
|
| 64 |
+
43,0,2,120,266,0,0,118,0,0,?,?,?,0
|
| 65 |
+
43,0,2,150,186,0,0,154,0,0,?,?,?,0
|
| 66 |
+
43,0,3,150,?,0,0,175,0,0,?,?,3,0
|
| 67 |
+
43,1,2,142,207,0,0,138,0,0,?,?,?,0
|
| 68 |
+
44,0,4,120,218,0,1,115,0,0,?,?,?,0
|
| 69 |
+
44,1,2,120,184,0,0,142,0,1,2,?,?,0
|
| 70 |
+
44,1,2,130,215,0,0,135,0,0,?,?,?,0
|
| 71 |
+
44,1,4,150,412,0,0,170,0,0,?,?,?,0
|
| 72 |
+
45,0,2,130,237,0,0,170,0,0,?,?,?,0
|
| 73 |
+
45,0,2,180,?,0,0,180,0,0,?,?,?,0
|
| 74 |
+
45,0,4,132,297,0,0,144,0,0,?,?,?,0
|
| 75 |
+
45,1,2,140,224,1,0,122,0,0,?,?,?,0
|
| 76 |
+
45,1,3,135,?,0,0,110,0,0,?,?,?,0
|
| 77 |
+
45,1,4,120,225,0,0,140,0,0,?,?,?,0
|
| 78 |
+
45,1,4,140,224,0,0,144,0,0,?,?,?,0
|
| 79 |
+
46,0,4,130,238,0,0,90,0,0,?,?,?,0
|
| 80 |
+
46,1,2,140,275,0,0,165,1,0,?,?,?,0
|
| 81 |
+
46,1,3,120,230,0,0,150,0,0,?,?,?,0
|
| 82 |
+
46,1,3,150,163,?,0,116,0,0,?,?,?,0
|
| 83 |
+
46,1,4,110,238,0,1,140,1,1,2,?,3,0
|
| 84 |
+
46,1,4,110,240,0,1,140,0,0,?,?,3,0
|
| 85 |
+
46,1,4,180,280,0,1,120,0,0,?,?,?,0
|
| 86 |
+
47,0,2,140,257,0,0,135,0,1,1,?,?,0
|
| 87 |
+
47,0,3,130,?,0,0,145,0,2,2,?,?,0
|
| 88 |
+
47,1,1,110,249,0,0,150,0,0,?,?,?,0
|
| 89 |
+
47,1,2,160,263,0,0,174,0,0,?,?,?,0
|
| 90 |
+
47,1,4,140,276,1,0,125,1,0,?,?,?,0
|
| 91 |
+
48,0,2,?,308,0,1,?,?,2,1,?,?,0
|
| 92 |
+
48,0,2,120,?,1,1,148,0,0,?,?,?,0
|
| 93 |
+
48,0,2,120,284,0,0,120,0,0,?,?,?,0
|
| 94 |
+
48,0,3,120,195,0,0,125,0,0,?,?,?,0
|
| 95 |
+
48,0,4,108,163,0,0,175,0,2,1,?,?,0
|
| 96 |
+
48,0,4,120,254,0,1,110,0,0,?,?,?,0
|
| 97 |
+
48,0,4,150,227,0,0,130,1,1,2,?,?,0
|
| 98 |
+
48,1,2,100,?,0,0,100,0,0,?,?,?,0
|
| 99 |
+
48,1,2,130,245,0,0,160,0,0,?,?,?,0
|
| 100 |
+
48,1,2,140,238,0,0,118,0,0,?,?,?,0
|
| 101 |
+
48,1,3,110,211,0,0,138,0,0,?,?,6,0
|
| 102 |
+
49,0,2,110,?,0,0,160,0,0,?,?,?,0
|
| 103 |
+
49,0,2,110,?,0,0,160,0,0,?,?,?,0
|
| 104 |
+
49,0,2,124,201,0,0,164,0,0,?,?,?,0
|
| 105 |
+
49,0,3,130,207,0,1,135,0,0,?,?,?,0
|
| 106 |
+
49,1,2,100,253,0,0,174,0,0,?,?,?,0
|
| 107 |
+
49,1,3,140,187,0,0,172,0,0,?,?,?,0
|
| 108 |
+
49,1,4,120,297,?,0,132,0,1,2,?,?,0
|
| 109 |
+
49,1,4,140,?,0,0,130,0,0,?,?,?,0
|
| 110 |
+
50,0,2,110,202,0,0,145,0,0,?,?,?,0
|
| 111 |
+
50,0,4,120,328,0,0,110,1,1,2,?,?,0
|
| 112 |
+
50,1,2,120,168,0,0,160,0,0,?,0,?,0
|
| 113 |
+
50,1,2,140,216,0,0,170,0,0,?,?,3,0
|
| 114 |
+
50,1,2,170,209,0,1,116,0,0,?,?,?,0
|
| 115 |
+
50,1,4,140,129,0,0,135,0,0,?,?,?,0
|
| 116 |
+
50,1,4,150,215,0,0,140,1,0,?,?,?,0
|
| 117 |
+
51,0,2,160,194,0,0,170,0,0,?,?,?,0
|
| 118 |
+
51,0,3,110,190,0,0,120,0,0,?,?,?,0
|
| 119 |
+
51,0,3,130,220,0,0,160,1,2,1,?,?,0
|
| 120 |
+
51,0,3,150,200,0,0,120,0,0.5,1,?,?,0
|
| 121 |
+
51,1,2,125,188,0,0,145,0,0,?,?,?,0
|
| 122 |
+
51,1,2,130,224,0,0,150,0,0,?,?,?,0
|
| 123 |
+
51,1,4,130,179,0,0,100,0,0,?,?,7,0
|
| 124 |
+
52,0,2,120,210,0,0,148,0,0,?,?,?,0
|
| 125 |
+
52,0,2,140,?,0,0,140,0,0,?,?,?,0
|
| 126 |
+
52,0,3,125,272,0,0,139,0,0,?,?,?,0
|
| 127 |
+
52,0,4,130,180,0,0,140,1,1.5,2,?,?,0
|
| 128 |
+
52,1,2,120,284,0,0,118,0,0,?,?,?,0
|
| 129 |
+
52,1,2,140,100,0,0,138,1,0,?,?,?,0
|
| 130 |
+
52,1,2,160,196,0,0,165,0,0,?,?,?,0
|
| 131 |
+
52,1,3,140,259,0,1,170,0,0,?,?,?,0
|
| 132 |
+
53,0,2,113,468,?,0,127,0,0,?,?,?,0
|
| 133 |
+
53,0,2,140,216,0,0,142,1,2,2,?,?,0
|
| 134 |
+
53,0,3,120,274,0,0,130,0,0,?,?,?,0
|
| 135 |
+
53,1,2,120,?,0,0,132,0,0,?,?,?,0
|
| 136 |
+
53,1,2,140,320,0,0,162,0,0,?,?,?,0
|
| 137 |
+
53,1,3,120,195,0,0,140,0,0,?,?,?,0
|
| 138 |
+
53,1,4,124,260,0,1,112,1,3,2,?,?,0
|
| 139 |
+
53,1,4,130,182,0,0,148,0,0,?,?,?,0
|
| 140 |
+
53,1,4,140,243,0,0,155,0,0,?,?,?,0
|
| 141 |
+
54,0,2,120,221,0,0,138,0,1,1,?,?,0
|
| 142 |
+
54,0,2,120,230,1,0,140,0,0,?,?,?,0
|
| 143 |
+
54,0,2,120,273,0,0,150,0,1.5,2,?,?,0
|
| 144 |
+
54,0,2,130,253,0,1,155,0,0,?,?,?,0
|
| 145 |
+
54,0,2,140,309,?,1,140,0,0,?,?,?,0
|
| 146 |
+
54,0,2,150,230,0,0,130,0,0,?,?,?,0
|
| 147 |
+
54,0,2,160,312,0,0,130,0,0,?,?,?,0
|
| 148 |
+
54,1,1,120,171,0,0,137,0,2,1,?,?,0
|
| 149 |
+
54,1,2,110,208,0,0,142,0,0,?,?,?,0
|
| 150 |
+
54,1,2,120,238,0,0,154,0,0,?,?,?,0
|
| 151 |
+
54,1,2,120,246,0,0,110,0,0,?,?,?,0
|
| 152 |
+
54,1,2,160,195,0,1,130,0,1,1,?,?,0
|
| 153 |
+
54,1,2,160,305,0,0,175,0,0,?,?,?,0
|
| 154 |
+
54,1,3,120,217,0,0,137,0,0,?,?,?,0
|
| 155 |
+
54,1,3,150,?,0,0,122,0,0,?,?,?,0
|
| 156 |
+
54,1,4,150,365,0,1,134,0,1,1,?,?,0
|
| 157 |
+
55,0,2,110,344,0,1,160,0,0,?,?,?,0
|
| 158 |
+
55,0,2,122,320,0,0,155,0,0,?,?,?,0
|
| 159 |
+
55,0,2,130,394,0,2,150,0,0,?,?,?,0
|
| 160 |
+
55,1,2,120,256,1,0,137,0,0,?,?,7,0
|
| 161 |
+
55,1,2,140,196,0,0,150,0,0,?,?,7,0
|
| 162 |
+
55,1,2,145,326,0,0,155,0,0,?,?,?,0
|
| 163 |
+
55,1,3,110,277,0,0,160,0,0,?,?,?,0
|
| 164 |
+
55,1,3,120,220,0,2,134,0,0,?,?,?,0
|
| 165 |
+
55,1,4,120,270,0,0,140,0,0,?,?,?,0
|
| 166 |
+
55,1,4,140,229,0,0,110,1,0.5,2,?,?,0
|
| 167 |
+
56,0,3,130,219,?,1,164,0,0,?,?,7,0
|
| 168 |
+
56,1,2,130,184,0,0,100,0,0,?,?,?,0
|
| 169 |
+
56,1,3,130,?,0,0,114,0,0,?,?,?,0
|
| 170 |
+
56,1,3,130,276,0,0,128,1,1,1,?,6,0
|
| 171 |
+
56,1,4,120,85,0,0,140,0,0,?,?,?,0
|
| 172 |
+
57,0,1,130,308,0,0,98,0,1,2,?,?,0
|
| 173 |
+
57,0,4,180,347,0,1,126,1,0.8,2,?,?,0
|
| 174 |
+
57,1,2,140,260,1,0,140,0,0,?,?,6,0
|
| 175 |
+
58,1,2,130,230,0,0,150,0,0,?,?,?,0
|
| 176 |
+
58,1,2,130,251,0,0,110,0,0,?,?,?,0
|
| 177 |
+
58,1,3,140,179,0,0,160,0,0,?,?,?,0
|
| 178 |
+
58,1,4,135,222,0,0,100,0,0,?,?,?,0
|
| 179 |
+
59,0,2,130,188,0,0,124,0,1,2,?,?,0
|
| 180 |
+
59,1,2,140,287,0,0,150,0,0,?,?,?,0
|
| 181 |
+
59,1,3,130,318,0,0,120,1,1,2,?,3,0
|
| 182 |
+
59,1,3,180,213,0,0,100,0,0,?,?,?,0
|
| 183 |
+
59,1,4,140,?,0,0,140,0,0,?,0,?,0
|
| 184 |
+
60,1,3,120,246,0,2,135,0,0,?,?,?,0
|
| 185 |
+
61,0,4,130,294,0,1,120,1,1,2,?,?,0
|
| 186 |
+
61,1,4,125,292,0,1,115,1,0,?,?,?,0
|
| 187 |
+
62,0,1,160,193,0,0,116,0,0,?,?,?,0
|
| 188 |
+
62,1,2,140,271,0,0,152,0,1,1,?,?,0
|
| 189 |
+
31,1,4,120,270,0,0,153,1,1.5,2,?,?,1
|
| 190 |
+
33,0,4,100,246,0,0,150,1,1,2,?,?,1
|
| 191 |
+
34,1,1,140,156,0,0,180,0,0,?,?,?,1
|
| 192 |
+
35,1,2,110,257,0,0,140,0,0,?,?,?,1
|
| 193 |
+
36,1,2,120,267,0,0,160,0,3,2,?,?,1
|
| 194 |
+
37,1,4,140,207,0,0,130,1,1.5,2,?,?,1
|
| 195 |
+
38,1,4,110,196,0,0,166,0,0,?,?,?,1
|
| 196 |
+
38,1,4,120,282,0,0,170,0,0,?,?,?,1
|
| 197 |
+
38,1,4,92,117,0,0,134,1,2.5,2,?,?,1
|
| 198 |
+
40,1,4,120,466,?,0,152,1,1,2,?,6,1
|
| 199 |
+
41,1,4,110,289,0,0,170,0,0,?,?,6,1
|
| 200 |
+
41,1,4,120,237,?,0,138,1,1,2,?,?,1
|
| 201 |
+
43,1,4,150,247,0,0,130,1,2,2,?,?,1
|
| 202 |
+
46,1,4,110,202,0,0,150,1,0,?,?,?,1
|
| 203 |
+
46,1,4,118,186,0,0,124,0,0,?,?,7,1
|
| 204 |
+
46,1,4,120,277,0,0,125,1,1,2,?,?,1
|
| 205 |
+
47,1,3,140,193,0,0,145,1,1,2,?,?,1
|
| 206 |
+
47,1,4,150,226,0,0,98,1,1.5,2,0,7,1
|
| 207 |
+
48,1,4,106,263,1,0,110,0,0,?,?,?,1
|
| 208 |
+
48,1,4,120,260,0,0,115,0,2,2,?,?,1
|
| 209 |
+
48,1,4,160,268,0,0,103,1,1,2,?,?,1
|
| 210 |
+
49,0,3,160,180,0,0,156,0,1,2,?,?,1
|
| 211 |
+
49,1,3,115,265,0,0,175,0,0,?,?,?,1
|
| 212 |
+
49,1,4,130,206,0,0,170,0,0,?,?,?,1
|
| 213 |
+
50,0,3,140,288,0,0,140,1,0,?,?,7,1
|
| 214 |
+
50,1,4,145,264,0,0,150,0,0,?,?,?,1
|
| 215 |
+
51,0,4,160,303,0,0,150,1,1,2,?,?,1
|
| 216 |
+
52,1,4,130,225,0,0,120,1,2,2,?,?,1
|
| 217 |
+
54,1,4,125,216,0,0,140,0,0,?,?,?,1
|
| 218 |
+
54,1,4,125,224,0,0,122,0,2,2,?,?,1
|
| 219 |
+
55,1,4,140,201,0,0,130,1,3,2,?,?,1
|
| 220 |
+
57,1,2,140,265,0,1,145,1,1,2,?,?,1
|
| 221 |
+
58,1,3,130,213,0,1,140,0,0,?,?,6,1
|
| 222 |
+
59,0,4,130,338,1,1,130,1,1.5,2,?,?,1
|
| 223 |
+
60,1,4,100,248,0,0,125,0,1,2,?,?,1
|
| 224 |
+
63,1,4,150,223,0,0,115,0,0,?,?,?,1
|
| 225 |
+
65,1,4,140,306,1,0,87,1,1.5,2,?,?,1
|
| 226 |
+
32,1,4,118,529,0,0,130,0,0,?,?,?,1
|
| 227 |
+
38,1,4,110,?,0,0,150,1,1,2,?,?,1
|
| 228 |
+
39,1,4,110,280,0,0,150,0,0,?,?,6,1
|
| 229 |
+
40,0,4,150,392,0,0,130,0,2,2,?,6,1
|
| 230 |
+
43,1,1,120,291,0,1,155,0,0,?,?,?,1
|
| 231 |
+
45,1,4,130,219,0,1,130,1,1,2,?,?,1
|
| 232 |
+
46,1,4,120,231,0,0,115,1,0,?,?,?,1
|
| 233 |
+
46,1,4,130,222,0,0,112,0,0,?,?,?,1
|
| 234 |
+
48,1,4,122,275,1,1,150,1,2,3,?,?,1
|
| 235 |
+
48,1,4,160,193,0,0,102,1,3,2,?,?,1
|
| 236 |
+
48,1,4,160,329,0,0,92,1,1.5,2,?,?,1
|
| 237 |
+
48,1,4,160,355,0,0,99,1,2,2,?,?,1
|
| 238 |
+
50,1,4,130,233,0,0,121,1,2,2,?,7,1
|
| 239 |
+
52,1,4,120,182,0,0,150,0,0,?,?,?,1
|
| 240 |
+
52,1,4,170,?,0,0,126,1,1.5,2,?,?,1
|
| 241 |
+
53,1,4,120,246,0,0,116,1,0,?,?,?,1
|
| 242 |
+
54,1,3,120,237,0,0,150,1,1.5,?,?,7,1
|
| 243 |
+
54,1,4,130,242,0,0,91,1,1,2,?,?,1
|
| 244 |
+
54,1,4,130,603,1,0,125,1,1,2,?,?,1
|
| 245 |
+
54,1,4,140,?,0,0,118,1,0,?,?,?,1
|
| 246 |
+
54,1,4,200,198,0,0,142,1,2,2,?,?,1
|
| 247 |
+
55,1,4,140,268,0,0,128,1,1.5,2,?,?,1
|
| 248 |
+
56,1,4,150,213,1,0,125,1,1,2,?,?,1
|
| 249 |
+
57,1,4,150,255,0,0,92,1,3,2,?,?,1
|
| 250 |
+
58,1,3,160,211,1,1,92,0,0,?,?,?,1
|
| 251 |
+
58,1,4,130,263,0,0,140,1,2,2,?,?,1
|
| 252 |
+
41,1,4,130,172,0,1,130,0,2,2,?,?,1
|
| 253 |
+
43,1,4,120,175,0,0,120,1,1,2,?,7,1
|
| 254 |
+
44,1,2,150,288,0,0,150,1,3,2,?,?,1
|
| 255 |
+
44,1,4,130,290,0,0,100,1,2,2,?,?,1
|
| 256 |
+
46,1,1,140,272,1,0,175,0,2,2,?,?,1
|
| 257 |
+
47,0,3,135,248,1,0,170,0,0,?,?,?,1
|
| 258 |
+
48,0,4,138,214,0,0,108,1,1.5,2,?,?,1
|
| 259 |
+
49,1,4,130,341,0,0,120,1,1,2,?,?,1
|
| 260 |
+
49,1,4,140,234,0,0,140,1,1,2,?,?,1
|
| 261 |
+
51,1,3,135,160,0,0,150,0,2,2,?,?,1
|
| 262 |
+
52,1,4,112,342,0,1,96,1,1,2,?,?,1
|
| 263 |
+
52,1,4,130,298,0,0,110,1,1,2,?,?,1
|
| 264 |
+
52,1,4,140,404,0,0,124,1,2,2,?,?,1
|
| 265 |
+
52,1,4,160,246,0,1,82,1,4,2,?,?,1
|
| 266 |
+
53,1,3,145,518,0,0,130,0,0,?,?,?,1
|
| 267 |
+
53,1,4,180,285,0,1,120,1,1.5,2,?,?,1
|
| 268 |
+
54,1,4,140,216,0,0,105,0,1.5,2,?,?,1
|
| 269 |
+
55,1,1,140,295,0,?,136,0,0,?,?,?,1
|
| 270 |
+
55,1,2,160,292,1,0,143,1,2,2,?,?,1
|
| 271 |
+
55,1,4,145,248,0,0,96,1,2,2,?,?,1
|
| 272 |
+
56,0,2,120,279,0,0,150,0,1,2,?,?,1
|
| 273 |
+
56,1,4,150,230,0,1,124,1,1.5,2,?,?,1
|
| 274 |
+
56,1,4,170,388,0,1,122,1,2,2,?,?,1
|
| 275 |
+
58,1,2,136,164,0,1,99,1,2,2,?,?,1
|
| 276 |
+
59,1,4,130,?,0,0,125,0,0,?,?,?,1
|
| 277 |
+
59,1,4,140,264,1,2,119,1,0,?,?,?,1
|
| 278 |
+
65,1,4,170,263,1,0,112,1,2,2,?,?,1
|
| 279 |
+
66,1,4,140,?,0,0,94,1,1,2,?,?,1
|
| 280 |
+
41,1,4,120,336,0,0,118,1,3,2,?,?,1
|
| 281 |
+
43,1,4,140,288,0,0,135,1,2,2,?,?,1
|
| 282 |
+
44,1,4,135,491,0,0,135,0,0,?,?,?,1
|
| 283 |
+
47,0,4,120,205,0,0,98,1,2,2,?,6,1
|
| 284 |
+
47,1,4,160,291,0,1,158,1,3,2,?,?,1
|
| 285 |
+
49,1,4,128,212,0,0,96,1,0,?,?,?,1
|
| 286 |
+
49,1,4,150,222,0,0,122,0,2,2,?,?,1
|
| 287 |
+
50,1,4,140,231,0,1,140,1,5,2,?,?,1
|
| 288 |
+
50,1,4,140,341,0,1,125,1,2.5,2,?,?,1
|
| 289 |
+
52,1,4,140,266,0,0,134,1,2,2,?,?,1
|
| 290 |
+
52,1,4,160,331,0,0,94,1,2.5,?,?,?,1
|
| 291 |
+
54,0,3,130,294,0,1,100,1,0,2,?,?,1
|
| 292 |
+
56,1,4,155,342,1,0,150,1,3,2,?,?,1
|
| 293 |
+
58,0,2,180,393,0,0,110,1,1,2,?,7,1
|
| 294 |
+
65,1,4,130,275,0,1,115,1,1,2,?,?,1
|