mirror of
https://github.com/Doctorado-ML/Stree_datasets.git
synced 2025-08-16 16:06:03 +00:00
18 lines
623 B
Plaintext
18 lines
623 B
Plaintext
Remapping class numbers:
|
|
0 To 1
|
|
1 To 2
|
|
Pruned decision tree written to csv/breast-cancer.csv.dt.
|
|
Unpruned decision tree written to csv/breast-cancer.csv.dt.unpruned.
|
|
fold 1: acc. = 68.42 #leaves = 2 max. depth = 1
|
|
fold 2: acc. = 64.91 #leaves = 30 max. depth = 9
|
|
fold 3: acc. = 64.91 #leaves = 32 max. depth = 9
|
|
fold 4: acc. = 59.65 #leaves = 35 max. depth = 9
|
|
fold 5: acc. = 65.52 #leaves = 27 max. depth = 8
|
|
***1***0.6842105***0.0796580***
|
|
***2***0.6491228***0.0815700***
|
|
***3***0.6491228***0.0742300***
|
|
***4***0.5964912***0.0751060***
|
|
***5***0.6551724***0.0738900***
|
|
accuracy = 64.69 #leaves = 25.20 max depth = 7.20
|
|
|