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. = 81.25 #leaves = 5 max. depth = 3
fold 2: acc. = 76.56 #leaves = 110 max. depth = 15
fold 3: acc. = 77.60 #leaves = 111 max. depth = 17
fold 4: acc. = 77.08 #leaves = 107 max. depth = 18
fold 5: acc. = 78.76 #leaves = 104 max. depth = 15
***1***0.8125000***0.4296900***
***2***0.7656250***0.4293190***
***3***0.7760416***0.3964520***
***4***0.7708334***0.3529270***
***5***0.7875648***0.3740910***
accuracy = 78.25 #leaves = 87.40 max depth = 13.60
Pruned decision tree written to data/csv/mammographic.csv.dt.
Unpruned decision tree written to data/csv/mammographic.csv.dt.unpruned.
fold 1: acc. = 78.12 #leaves = 17 max. depth = 12
fold 2: acc. = 77.08 #leaves = 122 max. depth = 17
fold 3: acc. = 78.12 #leaves = 121 max. depth = 14
fold 4: acc. = 73.44 #leaves = 118 max. depth = 16
fold 5: acc. = 77.72 #leaves = 113 max. depth = 16
accuracy = 76.90 #leaves = 98.20 max depth = 15.00