Datasets:
Upload heart.py
Browse files
heart.py
CHANGED
@@ -114,9 +114,9 @@ features_per_config = {k: datasets.Features(features_types_per_config[k]) for k
|
|
114 |
|
115 |
_ENCODING_DICS = {
|
116 |
"type_of_chest_pain": {
|
117 |
-
1: "typical angina"
|
118 |
-
2: "atypical angina"
|
119 |
-
3: "non-anginal pain"
|
120 |
4: "asymptomatic"
|
121 |
}
|
122 |
}
|
|
|
114 |
|
115 |
_ENCODING_DICS = {
|
116 |
"type_of_chest_pain": {
|
117 |
+
1: "typical angina",
|
118 |
+
2: "atypical angina",
|
119 |
+
3: "non-anginal pain",
|
120 |
4: "asymptomatic"
|
121 |
}
|
122 |
}
|