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

@@ -1,17 +1,11 @@
Remapping class numbers:
0 To 2
2 To 3
Pruned decision tree written to csv/cardiotocography-3clases.csv.dt.
Unpruned decision tree written to csv/cardiotocography-3clases.csv.dt.unpruned.
fold 1: acc. = 89.65 #leaves = 30 max. depth = 7
fold 2: acc. = 90.35 #leaves = 63 max. depth = 12
fold 3: acc. = 88.24 #leaves = 61 max. depth = 10
fold 4: acc. = 94.12 #leaves = 66 max. depth = 15
fold 5: acc. = 89.44 #leaves = 72 max. depth = 14
***1***0.8964705***2.7009270***
***2***0.9035294***2.7275440***
***3***0.8823529***2.6418690***
***4***0.9411765***2.8216410***
***5***0.8943662***1.9480540***
accuracy = 90.36 #leaves = 58.40 max depth = 11.60
Pruned decision tree written to data/csv/cardiotocography-3clases.csv.dt.
Unpruned decision tree written to data/csv/cardiotocography-3clases.csv.dt.unpruned.
fold 1: acc. = 90.82 #leaves = 84 max. depth = 12
fold 2: acc. = 90.35 #leaves = 86 max. depth = 17
fold 3: acc. = 89.88 #leaves = 75 max. depth = 12
fold 4: acc. = 92.71 #leaves = 93 max. depth = 13
fold 5: acc. = 92.96 #leaves = 81 max. depth = 13
accuracy = 91.35 #leaves = 83.80 max depth = 13.40