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. = 73.37 #leaves = 23 max. depth = 8
fold 2: acc. = 66.27 #leaves = 73 max. depth = 11
fold 3: acc. = 73.37 #leaves = 81 max. depth = 12
fold 4: acc. = 66.86 #leaves = 69 max. depth = 11
fold 5: acc. = 68.82 #leaves = 68 max. depth = 11
***1***0.7337278***0.8897010***
***2***0.6627219***0.8195750***
***3***0.7337278***0.8919320***
***4***0.6686391***0.8499360***
***5***0.6882353***0.8533410***
accuracy = 69.74 #leaves = 62.80 max depth = 10.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. = 68.05 #leaves = 92 max. depth = 18
fold 2: acc. = 66.86 #leaves = 80 max. depth = 14
fold 3: acc. = 69.23 #leaves = 88 max. depth = 13
fold 4: acc. = 73.37 #leaves = 80 max. depth = 13
fold 5: acc. = 74.71 #leaves = 81 max. depth = 15
accuracy = 70.45 #leaves = 84.20 max depth = 14.60