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. = 80.24 #leaves = 37 max. depth = 8
fold 2: acc. = 78.35 #leaves = 140 max. depth = 16
fold 3: acc. = 80.47 #leaves = 157 max. depth = 15
fold 4: acc. = 80.94 #leaves = 145 max. depth = 13
fold 5: acc. = 75.59 #leaves = 144 max. depth = 15
***1***0.8023529***4.4642930***
***2***0.7835295***4.5159340***
***3***0.8047059***4.2345490***
***4***0.8094118***3.9866590***
***5***0.7558686***4.1499620***
accuracy = 79.12 #leaves = 124.60 max depth = 13.40
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. = 80.47 #leaves = 57 max. depth = 9
fold 2: acc. = 77.88 #leaves = 185 max. depth = 21
fold 3: acc. = 81.41 #leaves = 202 max. depth = 15
fold 4: acc. = 79.76 #leaves = 183 max. depth = 17
fold 5: acc. = 79.11 #leaves = 189 max. depth = 22
accuracy = 79.73 #leaves = 163.20 max depth = 16.80