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. = 90.35 #leaves = 14 max. depth = 6
fold 2: acc. = 88.24 #leaves = 55 max. depth = 10
fold 3: acc. = 90.12 #leaves = 64 max. depth = 11
fold 4: acc. = 87.06 #leaves = 49 max. depth = 11
fold 5: acc. = 88.50 #leaves = 68 max. depth = 13
***1***0.9035294***2.4677220***
***2***0.8823529***2.5071110***
***3***0.9011765***2.2716040***
***4***0.8705882***2.3749570***
***5***0.8849765***2.4583330***
accuracy = 88.85 #leaves = 50.00 max depth = 10.20
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. = 91.29 #leaves = 21 max. depth = 7
fold 2: acc. = 90.12 #leaves = 80 max. depth = 11
fold 3: acc. = 90.82 #leaves = 81 max. depth = 13
fold 4: acc. = 89.18 #leaves = 79 max. depth = 12
fold 5: acc. = 93.90 #leaves = 89 max. depth = 17
accuracy = 91.06 #leaves = 70.00 max depth = 12.00