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

@@ -2,17 +2,11 @@ Remapping class numbers:
3 To 1
0 To 3
1 To 4
Pruned decision tree written to csv/statlog-vehicle.csv.dt.
Unpruned decision tree written to csv/statlog-vehicle.csv.dt.unpruned.
fold 1: acc. = 71.01 #leaves = 28 max. depth = 9
fold 2: acc. = 65.68 #leaves = 73 max. depth = 12
fold 3: acc. = 68.05 #leaves = 76 max. depth = 13
fold 4: acc. = 66.86 #leaves = 82 max. depth = 13
fold 5: acc. = 78.24 #leaves = 81 max. depth = 11
***1***0.7100592***0.8246410***
***2***0.6568047***0.8624660***
***3***0.6804734***0.8547690***
***4***0.6686391***0.8361360***
***5***0.7823529***0.7486190***
accuracy = 69.98 #leaves = 68.00 max depth = 11.60
Pruned decision tree written to data/csv/statlog-vehicle.csv.dt.
Unpruned decision tree written to data/csv/statlog-vehicle.csv.dt.unpruned.
fold 1: acc. = 65.09 #leaves = 12 max. depth = 5
fold 2: acc. = 64.50 #leaves = 92 max. depth = 18
fold 3: acc. = 65.68 #leaves = 93 max. depth = 20
fold 4: acc. = 57.99 #leaves = 96 max. depth = 16
fold 5: acc. = 68.24 #leaves = 90 max. depth = 13
accuracy = 64.30 #leaves = 76.60 max depth = 14.40