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

@@ -14,17 +14,11 @@ Remapping class numbers:
12 To 13
13 To 14
14 To 15
Pruned decision tree written to csv/libras.csv.dt.
Unpruned decision tree written to csv/libras.csv.dt.unpruned.
fold 1: acc. = 58.33 #leaves = 19 max. depth = 7
fold 2: acc. = 59.72 #leaves = 59 max. depth = 10
fold 3: acc. = 70.83 #leaves = 58 max. depth = 10
fold 4: acc. = 72.22 #leaves = 57 max. depth = 9
fold 5: acc. = 62.50 #leaves = 63 max. depth = 8
***1***0.5833333***0.5551520***
***2***0.5972222***0.5538430***
***3***0.7083334***0.5443530***
***4***0.7222222***0.5416410***
***5***0.6250000***0.6309650***
accuracy = 64.72 #leaves = 51.20 max depth = 8.80
Pruned decision tree written to data/csv/libras.csv.dt.
Unpruned decision tree written to data/csv/libras.csv.dt.unpruned.
fold 1: acc. = 51.39 #leaves = 17 max. depth = 6
fold 2: acc. = 72.22 #leaves = 69 max. depth = 9
fold 3: acc. = 65.28 #leaves = 57 max. depth = 10
fold 4: acc. = 66.67 #leaves = 63 max. depth = 8
fold 5: acc. = 63.89 #leaves = 61 max. depth = 10
accuracy = 63.89 #leaves = 53.40 max depth = 8.60