mirror of
https://github.com/Doctorado-ML/Stree_datasets.git
synced 2025-08-16 16:06:03 +00:00
11 lines
452 B
Plaintext
11 lines
452 B
Plaintext
Remapping class numbers:
|
|
0 To 2
|
|
Pruned decision tree written to data/csv/pima.csv.dt.
|
|
Unpruned decision tree written to data/csv/pima.csv.dt.unpruned.
|
|
fold 1: acc. = 71.24 #leaves = 16 max. depth = 6
|
|
fold 2: acc. = 73.86 #leaves = 78 max. depth = 11
|
|
fold 3: acc. = 69.28 #leaves = 71 max. depth = 15
|
|
fold 4: acc. = 75.82 #leaves = 79 max. depth = 14
|
|
fold 5: acc. = 68.59 #leaves = 79 max. depth = 12
|
|
accuracy = 71.74 #leaves = 64.60 max depth = 11.60
|