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. = 87.50 #leaves = 5 max. depth = 3
fold 2: acc. = 72.40 #leaves = 112 max. depth = 21
fold 3: acc. = 78.65 #leaves = 107 max. depth = 17
fold 4: acc. = 76.04 #leaves = 109 max. depth = 18
fold 5: acc. = 73.58 #leaves = 99 max. depth = 18
***1***0.8750000***0.3493100***
***2***0.7239584***0.4412330***
***3***0.7864584***0.4298380***
***4***0.7604166***0.4010260***
***5***0.7357513***0.3936100***
accuracy = 77.63 #leaves = 86.40 max depth = 15.40
Pruned decision tree written to data/csv/mammographic.csv.dt.
Unpruned decision tree written to data/csv/mammographic.csv.dt.unpruned.
fold 1: acc. = 81.77 #leaves = 48 max. depth = 14
fold 2: acc. = 76.04 #leaves = 111 max. depth = 16
fold 3: acc. = 78.65 #leaves = 122 max. depth = 17
fold 4: acc. = 72.92 #leaves = 113 max. depth = 17
fold 5: acc. = 70.47 #leaves = 115 max. depth = 15
accuracy = 75.96 #leaves = 101.80 max depth = 15.80