mirror of
https://github.com/Doctorado-ML/Stree_datasets.git
synced 2025-08-16 07:56:07 +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. = 71.90 #leaves = 2 max. depth = 1
|
|
fold 2: acc. = 71.24 #leaves = 75 max. depth = 17
|
|
fold 3: acc. = 68.63 #leaves = 84 max. depth = 13
|
|
fold 4: acc. = 63.40 #leaves = 75 max. depth = 12
|
|
fold 5: acc. = 71.79 #leaves = 76 max. depth = 13
|
|
accuracy = 69.40 #leaves = 62.40 max depth = 11.20
|