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.60 #leaves = 60 max. depth = 12
fold 2: acc. = 67.46 #leaves = 80 max. depth = 13
fold 3: acc. = 70.41 #leaves = 78 max. depth = 13
fold 4: acc. = 73.37 #leaves = 67 max. depth = 11
fold 5: acc. = 70.00 #leaves = 76 max. depth = 12
***1***0.7159764***0.8531780***
***2***0.6745562***0.8719350***
***3***0.7041420***0.9045010***
***4***0.7337278***0.7763240***
***5***0.7000000***0.9357680***
accuracy = 70.57 #leaves = 72.20 max depth = 12.20
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. = 66.27 #leaves = 10 max. depth = 4
fold 2: acc. = 75.15 #leaves = 95 max. depth = 14
fold 3: acc. = 72.19 #leaves = 81 max. depth = 12
fold 4: acc. = 71.01 #leaves = 91 max. depth = 13
fold 5: acc. = 65.29 #leaves = 91 max. depth = 16
accuracy = 69.98 #leaves = 73.60 max depth = 11.80