Fix normalize error

This commit is contained in:
2021-04-11 02:21:25 +02:00
parent 40d9b02ef2
commit dd83175508
554 changed files with 3891 additions and 7360 deletions

View File

@@ -1,16 +1,10 @@
Remapping class numbers:
0 To 2
Pruned decision tree written to csv/mammographic.csv.dt.
Unpruned decision tree written to csv/mammographic.csv.dt.unpruned.
fold 1: acc. = 84.90 #leaves = 3 max. depth = 2
fold 2: acc. = 76.56 #leaves = 107 max. depth = 17
fold 3: acc. = 76.04 #leaves = 103 max. depth = 16
fold 4: acc. = 72.40 #leaves = 108 max. depth = 17
fold 5: acc. = 72.54 #leaves = 111 max. depth = 19
***1***0.8489584***0.3488270***
***2***0.7656250***0.3977150***
***3***0.7604166***0.3802180***
***4***0.7239584***0.3697530***
***5***0.7253886***0.4117110***
accuracy = 76.48 #leaves = 86.40 max depth = 14.20
Pruned decision tree written to data/csv/mammographic.csv.dt.
Unpruned decision tree written to data/csv/mammographic.csv.dt.unpruned.
fold 1: acc. = 83.85 #leaves = 2 max. depth = 1
fold 2: acc. = 80.21 #leaves = 123 max. depth = 15
fold 3: acc. = 79.17 #leaves = 116 max. depth = 17
fold 4: acc. = 71.88 #leaves = 112 max. depth = 18
fold 5: acc. = 75.13 #leaves = 112 max. depth = 15
accuracy = 78.04 #leaves = 93.00 max depth = 13.20