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. = 83.06 #leaves = 30 max. depth = 9
fold 2: acc. = 77.65 #leaves = 136 max. depth = 12
fold 3: acc. = 80.47 #leaves = 144 max. depth = 15
fold 4: acc. = 80.94 #leaves = 146 max. depth = 15
fold 5: acc. = 79.11 #leaves = 137 max. depth = 15
***1***0.8305882***4.3017500***
***2***0.7764705***3.9005570***
***3***0.8047059***4.2524760***
***4***0.8094118***4.4151340***
***5***0.7910798***4.4396320***
accuracy = 80.24 #leaves = 118.60 max depth = 13.20
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. = 83.29 #leaves = 21 max. depth = 8
fold 2: acc. = 83.53 #leaves = 183 max. depth = 17
fold 3: acc. = 80.71 #leaves = 183 max. depth = 15
fold 4: acc. = 76.24 #leaves = 191 max. depth = 18
fold 5: acc. = 80.05 #leaves = 179 max. depth = 21
accuracy = 80.76 #leaves = 151.40 max depth = 15.80