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:
6 To 8
3 To 9
1 To 10
Pruned decision tree written to csv/led-display.csv.dt.
Unpruned decision tree written to csv/led-display.csv.dt.unpruned.
fold 1: acc. = 71.50 #leaves = 48 max. depth = 8
fold 2: acc. = 72.50 #leaves = 66 max. depth = 9
fold 3: acc. = 65.50 #leaves = 64 max. depth = 8
fold 4: acc. = 67.50 #leaves = 60 max. depth = 8
fold 5: acc. = 71.00 #leaves = 63 max. depth = 8
***1***0.7150000***0.2714630***
***2***0.7250000***0.2812390***
***3***0.6550000***0.2937010***
***4***0.6750000***0.2852700***
***5***0.7100000***0.2682450***
accuracy = 69.60 #leaves = 60.20 max depth = 8.20
Pruned decision tree written to data/csv/led-display.csv.dt.
Unpruned decision tree written to data/csv/led-display.csv.dt.unpruned.
fold 1: acc. = 66.00 #leaves = 10 max. depth = 4
fold 2: acc. = 73.00 #leaves = 61 max. depth = 8
fold 3: acc. = 67.00 #leaves = 66 max. depth = 9
fold 4: acc. = 67.50 #leaves = 57 max. depth = 9
fold 5: acc. = 70.50 #leaves = 56 max. depth = 8
accuracy = 68.80 #leaves = 50.00 max depth = 7.60