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. = 78.35 #leaves = 50 max. depth = 9
fold 2: acc. = 80.47 #leaves = 131 max. depth = 12
fold 3: acc. = 78.12 #leaves = 140 max. depth = 15
fold 4: acc. = 80.71 #leaves = 140 max. depth = 13
fold 5: acc. = 80.05 #leaves = 143 max. depth = 13
***1***0.7835295***3.9297190***
***2***0.8047059***3.8032080***
***3***0.7811764***4.0422200***
***4***0.8070588***4.3631000***
***5***0.8004695***4.4093980***
accuracy = 79.54 #leaves = 120.80 max depth = 12.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. = 78.59 #leaves = 26 max. depth = 8
fold 2: acc. = 80.71 #leaves = 181 max. depth = 16
fold 3: acc. = 78.59 #leaves = 169 max. depth = 17
fold 4: acc. = 79.76 #leaves = 196 max. depth = 22
fold 5: acc. = 79.81 #leaves = 191 max. depth = 18
accuracy = 79.49 #leaves = 152.60 max depth = 16.20