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. = 88.00 #leaves = 52 max. depth = 8
fold 2: acc. = 88.24 #leaves = 54 max. depth = 10
fold 3: acc. = 92.00 #leaves = 45 max. depth = 10
fold 4: acc. = 90.12 #leaves = 60 max. depth = 12
fold 5: acc. = 90.61 #leaves = 55 max. depth = 10
***1***0.8800000***1.8695860***
***2***0.8823529***2.4264710***
***3***0.9200000***1.9366670***
***4***0.9011765***2.6093690***
***5***0.9061033***1.8976270***
accuracy = 89.79 #leaves = 53.20 max depth = 10.00
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 = 12 max. depth = 8
fold 2: acc. = 91.29 #leaves = 86 max. depth = 17
fold 3: acc. = 91.53 #leaves = 90 max. depth = 14
fold 4: acc. = 89.41 #leaves = 82 max. depth = 15
fold 5: acc. = 88.73 #leaves = 88 max. depth = 14
accuracy = 90.45 #leaves = 71.60 max depth = 13.60