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. = 76.56 #leaves = 8 max. depth = 6
fold 2: acc. = 84.90 #leaves = 109 max. depth = 13
fold 3: acc. = 77.08 #leaves = 102 max. depth = 14
fold 4: acc. = 75.52 #leaves = 113 max. depth = 15
fold 5: acc. = 73.58 #leaves = 106 max. depth = 18
***1***0.7656250***0.3716020***
***2***0.8489584***0.3682270***
***3***0.7708334***0.3763680***
***4***0.7552084***0.4107170***
***5***0.7357513***0.4288060***
accuracy = 77.52 #leaves = 87.60 max depth = 13.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. = 79.17 #leaves = 9 max. depth = 4
fold 2: acc. = 85.42 #leaves = 127 max. depth = 15
fold 3: acc. = 78.65 #leaves = 118 max. depth = 20
fold 4: acc. = 72.92 #leaves = 118 max. depth = 17
fold 5: acc. = 71.50 #leaves = 109 max. depth = 18
accuracy = 77.52 #leaves = 96.20 max depth = 14.80