mstz commited on
Commit
208cd4c
·
1 Parent(s): d606eed

Upload heart.py

Browse files
Files changed (1) hide show
  1. heart.py +3 -3
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
  }