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 = 2 max. depth = 1
fold 2: acc. = 71.88 #leaves = 103 max. depth = 14
fold 3: acc. = 72.92 #leaves = 102 max. depth = 17
fold 4: acc. = 76.56 #leaves = 109 max. depth = 19
fold 5: acc. = 74.61 #leaves = 110 max. depth = 18
***1***0.8489584***0.4208080***
***2***0.7187500***0.4171400***
***3***0.7291666***0.4172720***
***4***0.7656250***0.4079970***
***5***0.7461140***0.4695380***
accuracy = 76.17 #leaves = 85.20 max depth = 13.80
Pruned decision tree written to data/csv/mammographic.csv.dt.
Unpruned decision tree written to data/csv/mammographic.csv.dt.unpruned.
fold 1: acc. = 86.46 #leaves = 2 max. depth = 1
fold 2: acc. = 76.56 #leaves = 113 max. depth = 14
fold 3: acc. = 77.60 #leaves = 106 max. depth = 17
fold 4: acc. = 73.44 #leaves = 120 max. depth = 16
fold 5: acc. = 74.61 #leaves = 117 max. depth = 17
accuracy = 77.73 #leaves = 91.60 max depth = 13.00