{
   "name": "heart-statlog",
   "title": "Heart statlog",
   "resources": [
      {
         "path": "heart-statlog.arff",
         "pathType": "local",
         "name": "heart-statlog",
         "format": "arff",
         "encoding": "ISO-8859-1"
      },
      {
         "path": "heart-statlog.csv",
         "pathType": "local",
         "name": "heart-statlog",
         "format": "csv",
         "mediatype": "text/csv",
         "encoding": "ISO-8859-1",
         "dialect": {
            "delimiter": ",",
            "quoteChar": "\""
         },
         "schema": {
            "fields": [
               {
                  "name": "age",
                  "type": "number",
                  "format": "default"
               },
               {
                  "name": "sex",
                  "type": "number",
                  "format": "default"
               },
               {
                  "name": "chest",
                  "type": "number",
                  "format": "default"
               },
               {
                  "name": "resting_blood_pressure",
                  "type": "number",
                  "format": "default"
               },
               {
                  "name": "serum_cholestoral",
                  "type": "number",
                  "format": "default"
               },
               {
                  "name": "fasting_blood_sugar",
                  "type": "number",
                  "format": "default"
               },
               {
                  "name": "resting_electrocardiographic_results",
                  "type": "number",
                  "format": "default"
               },
               {
                  "name": "maximum_heart_rate_achieved",
                  "type": "number",
                  "format": "default"
               },
               {
                  "name": "exercise_induced_angina",
                  "type": "number",
                  "format": "default"
               },
               {
                  "name": "oldpeak",
                  "type": "number",
                  "format": "default"
               },
               {
                  "name": "slope",
                  "type": "number",
                  "format": "default"
               },
               {
                  "name": "number_of_major_vessels",
                  "type": "number",
                  "format": "default"
               },
               {
                  "name": "thal",
                  "type": "number",
                  "format": "default"
               },
               {
                  "name": "class",
                  "type": "string",
                  "format": "default"
               }
            ],
            "missingValues": [
               ""
            ]
         }
      }
   ],
   "readme": "The resources for this dataset can be found at https://www.openml.org/d/53\n\nAuthor:   \nSource: Unknown -   \nPlease cite:   \n\nThis database contains 13 attributes (which have been extracted from\n a larger set of 75)       \n   \n \n \n Attribute Information:\n ------------------------\n       -- 1. age       \n       -- 2. sex       \n       -- 3. chest pain type  (4 values)       \n       -- 4. resting blood pressure  \n       -- 5. serum cholestoral in mg/dl      \n       -- 6. fasting blood sugar > 120 mg/dl       \n       -- 7. resting electrocardiographic results  (values 0,1,2) \n       -- 8. maximum heart rate achieved  \n       -- 9. exercise induced angina    \n       -- 10. oldpeak = ST depression induced by exercise relative to rest   \n       -- 11. the slope of the peak exercise ST segment     \n       -- 12. number of major vessels (0-3) colored by flourosopy        \n       -- 13.  thal: 3 = normal; 6 = fixed defect; 7 = reversable defect     \n \n Attributes types\n -----------------\n \n Real: 1,4,5,8,10,12\n Ordered:11,\n Binary: 2,6,9\n Nominal:7,3,13\n \n Variable to be predicted\n ------------------------\n Absence (1) or presence (2) of heart disease\n \n Cost Matrix\n \n          abse  pres\n absence   0     1\n presence  5     0\n \n where the rows represent the true values and the columns the predicted.\n \n No missing values.\n \n 270 observations\n\n\n\n\n Relabeled values in attribute class\n    From: 1                       To: absent              \n    From: 2                       To: present",
   "description": "The resources for this dataset can be found at https://www.openml.org/d/53\n\nAuthor:   \nSource: Unkno",
   "licenses": [
      {
         "name": "ODC-PDDL",
         "path": "http://opendatacommons.org/licenses/pddl/",
         "title": "Open Data Commons Public Domain Dedication and License"
      }
   ]
}