mirror of
https://github.com/Doctorado-ML/Stree_datasets.git
synced 2025-08-16 16:06:03 +00:00
11 lines
451 B
Plaintext
11 lines
451 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. = 73.86 #leaves = 3 max. depth = 2
|
|
fold 2: acc. = 67.32 #leaves = 83 max. depth = 12
|
|
fold 3: acc. = 65.36 #leaves = 80 max. depth = 14
|
|
fold 4: acc. = 74.51 #leaves = 79 max. depth = 13
|
|
fold 5: acc. = 69.87 #leaves = 73 max. depth = 13
|
|
accuracy = 70.18 #leaves = 63.60 max depth = 10.80
|