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. = 69.28 #leaves = 5 max. depth = 3
|
|
fold 2: acc. = 68.63 #leaves = 73 max. depth = 12
|
|
fold 3: acc. = 67.32 #leaves = 68 max. depth = 11
|
|
fold 4: acc. = 62.75 #leaves = 83 max. depth = 12
|
|
fold 5: acc. = 66.03 #leaves = 83 max. depth = 14
|
|
accuracy = 66.80 #leaves = 62.40 max depth = 10.40
|