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.00 #leaves = 59 max. depth = 9
fold 2: acc. = 78.12 #leaves = 139 max. depth = 14
fold 3: acc. = 78.82 #leaves = 120 max. depth = 15
fold 4: acc. = 78.35 #leaves = 134 max. depth = 16
fold 5: acc. = 84.04 #leaves = 150 max. depth = 16
***1***0.8000000***4.0090860***
***2***0.7811764***4.2283330***
***3***0.7882353***4.4313790***
***4***0.7835295***4.4770340***
***5***0.8403756***4.4958520***
accuracy = 79.87 #leaves = 120.40 max depth = 14.00
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. = 81.88 #leaves = 68 max. depth = 9
fold 2: acc. = 80.71 #leaves = 176 max. depth = 17
fold 3: acc. = 80.00 #leaves = 184 max. depth = 21
fold 4: acc. = 79.76 #leaves = 182 max. depth = 18
fold 5: acc. = 82.39 #leaves = 190 max. depth = 21
accuracy = 80.95 #leaves = 160.00 max depth = 17.20