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. = 75.74 #leaves = 21 max. depth = 8
fold 2: acc. = 69.82 #leaves = 79 max. depth = 15
fold 3: acc. = 72.19 #leaves = 71 max. depth = 13
fold 4: acc. = 69.82 #leaves = 72 max. depth = 12
fold 5: acc. = 76.47 #leaves = 82 max. depth = 12
***1***0.7573965***0.8100030***
***2***0.6982248***0.9204820***
***3***0.7218935***0.8976570***
***4***0.6982248***0.8490280***
***5***0.7647059***0.9087910***
accuracy = 72.81 #leaves = 65.00 max depth = 12.00
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. = 71.60 #leaves = 32 max. depth = 11
fold 2: acc. = 72.19 #leaves = 90 max. depth = 14
fold 3: acc. = 71.60 #leaves = 78 max. depth = 16
fold 4: acc. = 62.72 #leaves = 95 max. depth = 12
fold 5: acc. = 71.76 #leaves = 88 max. depth = 14
accuracy = 69.98 #leaves = 76.60 max depth = 13.40