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

@@ -8,17 +8,11 @@ Remapping class numbers:
2 To 8
4 To 9
3 To 10
Pruned decision tree written to csv/cardiotocography-10clases.csv.dt.
Unpruned decision tree written to csv/cardiotocography-10clases.csv.dt.unpruned.
fold 1: acc. = 75.29 #leaves = 119 max. depth = 12
fold 2: acc. = 76.00 #leaves = 143 max. depth = 12
fold 3: acc. = 76.00 #leaves = 135 max. depth = 14
fold 4: acc. = 81.18 #leaves = 145 max. depth = 13
fold 5: acc. = 79.81 #leaves = 140 max. depth = 19
***1***0.7529412***4.6402080***
***2***0.7600000***3.8605410***
***3***0.7600000***3.8240540***
***4***0.8117647***3.8001910***
***5***0.7981221***4.5498510***
accuracy = 77.66 #leaves = 136.40 max depth = 14.00
Pruned decision tree written to data/csv/cardiotocography-10clases.csv.dt.
Unpruned decision tree written to data/csv/cardiotocography-10clases.csv.dt.unpruned.
fold 1: acc. = 82.59 #leaves = 27 max. depth = 9
fold 2: acc. = 81.65 #leaves = 200 max. depth = 21
fold 3: acc. = 76.71 #leaves = 183 max. depth = 25
fold 4: acc. = 78.35 #leaves = 203 max. depth = 15
fold 5: acc. = 80.52 #leaves = 175 max. depth = 14
accuracy = 79.96 #leaves = 157.60 max depth = 16.80