(defrelation pima-diabetes (o 1) (attribute preg real) (attribute plas real) (attribute pres real) (attribute skin real) (attribute insu real) (attribute mass real) (attribute pedi real) (attribute age real) (attribute! class tested_negative tested_positive) ) (data 6 148 72 35 0 33.6 0.627 50 tested_positive) (data 1 85 66 29 0 26.6 0.351 31 tested_negative) (data 8 183 64 0 0 23.3 0.672 32 tested_positive) (data 1 89 66 23 94 28.1 0.167 21 tested_negative) (data 0 137 40 35 168 43.1 2.288 33 tested_positive) (data 5 116 74 0 0 25.6 0.201 30 tested_negative) (data 3 78 50 32 88 31 0.248 26 tested_positive) *relation* )