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

@@ -5,17 +5,11 @@ Remapping class numbers:
0 To 5
3 To 6
4 To 7
Pruned decision tree written to csv/statlog-image.csv.dt.
Unpruned decision tree written to csv/statlog-image.csv.dt.unpruned.
fold 1: acc. = 93.94 #leaves = 22 max. depth = 8
fold 2: acc. = 94.37 #leaves = 38 max. depth = 9
fold 3: acc. = 95.24 #leaves = 39 max. depth = 9
fold 4: acc. = 95.45 #leaves = 55 max. depth = 10
fold 5: acc. = 93.94 #leaves = 43 max. depth = 10
***1***0.9393939***2.2546260***
***2***0.9437229***2.4382470***
***3***0.9523810***2.1929630***
***4***0.9545454***2.3484480***
***5***0.9393939***2.2136850***
accuracy = 94.59 #leaves = 39.40 max depth = 9.20
Pruned decision tree written to data/csv/statlog-image.csv.dt.
Unpruned decision tree written to data/csv/statlog-image.csv.dt.unpruned.
fold 1: acc. = 95.89 #leaves = 34 max. depth = 13
fold 2: acc. = 93.72 #leaves = 59 max. depth = 16
fold 3: acc. = 95.67 #leaves = 54 max. depth = 15
fold 4: acc. = 96.54 #leaves = 57 max. depth = 15
fold 5: acc. = 95.89 #leaves = 60 max. depth = 14
accuracy = 95.54 #leaves = 52.80 max depth = 14.60