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,16 +14,11 @@ Remapping class numbers:
12 To 13
13 To 14
14 To 15
Unpruned decision tree written to csv/libras.csv.dt.
fold 1: acc. = 72.22 #leaves = 59 max. depth = 9
fold 2: acc. = 68.06 #leaves = 62 max. depth = 9
fold 3: acc. = 66.67 #leaves = 61 max. depth = 9
fold 4: acc. = 75.00 #leaves = 63 max. depth = 10
fold 5: acc. = 63.89 #leaves = 64 max. depth = 9
***1***0.7222222***0.5750340***
***2***0.6805556***0.4980120***
***3***0.6666666***0.9370280***
***4***0.7500000***0.4562470***
***5***0.6388889***0.4792960***
accuracy = 69.17 #leaves = 61.80 max depth = 9.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. = 62.50 #leaves = 37 max. depth = 9
fold 2: acc. = 59.72 #leaves = 57 max. depth = 10
fold 3: acc. = 63.89 #leaves = 64 max. depth = 9
fold 4: acc. = 70.83 #leaves = 68 max. depth = 11
fold 5: acc. = 72.22 #leaves = 62 max. depth = 10
accuracy = 65.83 #leaves = 57.60 max depth = 9.80