mirror of
https://github.com/Doctorado-ML/Stree_datasets.git
synced 2025-08-16 16:06:03 +00:00
11 lines
453 B
Plaintext
11 lines
453 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.20 #leaves = 77 max. depth = 14
|
|
fold 2: acc. = 67.32 #leaves = 75 max. depth = 13
|
|
fold 3: acc. = 67.32 #leaves = 73 max. depth = 15
|
|
fold 4: acc. = 64.71 #leaves = 85 max. depth = 13
|
|
fold 5: acc. = 69.87 #leaves = 76 max. depth = 13
|
|
accuracy = 68.49 #leaves = 77.20 max depth = 13.60
|