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. = 56.94 #leaves = 34 max. depth = 8
fold 2: acc. = 62.50 #leaves = 58 max. depth = 9
fold 3: acc. = 69.44 #leaves = 64 max. depth = 8
fold 4: acc. = 77.78 #leaves = 53 max. depth = 8
fold 5: acc. = 61.11 #leaves = 51 max. depth = 8
***1***0.5694444***0.5057970***
***2***0.6250000***0.5354580***
***3***0.6944444***0.6547310***
***4***0.7777778***0.6355450***
***5***0.6111111***0.5308300***
accuracy = 65.56 #leaves = 52.00 max depth = 8.20
Pruned decision tree written to data/csv/libras.csv.dt.
Unpruned decision tree written to data/csv/libras.csv.dt.unpruned.
fold 1: acc. = 68.06 #leaves = 55 max. depth = 9
fold 2: acc. = 68.06 #leaves = 52 max. depth = 9
fold 3: acc. = 69.44 #leaves = 61 max. depth = 8
fold 4: acc. = 55.56 #leaves = 56 max. depth = 10
fold 5: acc. = 68.06 #leaves = 57 max. depth = 10
accuracy = 65.83 #leaves = 56.20 max depth = 9.20