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. = 79.53 #leaves = 68 max. depth = 11
fold 2: acc. = 76.47 #leaves = 136 max. depth = 16
fold 3: acc. = 79.76 #leaves = 143 max. depth = 13
fold 4: acc. = 78.59 #leaves = 140 max. depth = 13
fold 5: acc. = 82.86 #leaves = 153 max. depth = 13
***1***0.7952941***4.9105050***
***2***0.7647059***4.3128380***
***3***0.7976471***3.8785230***
***4***0.7858824***3.8168190***
***5***0.8286386***4.1117250***
accuracy = 79.44 #leaves = 128.00 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. = 84.47 #leaves = 34 max. depth = 9
fold 2: acc. = 79.76 #leaves = 185 max. depth = 18
fold 3: acc. = 79.53 #leaves = 180 max. depth = 16
fold 4: acc. = 78.12 #leaves = 187 max. depth = 21
fold 5: acc. = 82.39 #leaves = 196 max. depth = 22
accuracy = 80.86 #leaves = 156.40 max depth = 17.20