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

@@ -1,17 +1,11 @@
Remapping class numbers:
0 To 1
1 To 2
Pruned decision tree written to csv/statlog-german-credit.csv.dt.
Unpruned decision tree written to csv/statlog-german-credit.csv.dt.unpruned.
fold 1: acc. = 72.50 #leaves = 2 max. depth = 1
fold 2: acc. = 68.00 #leaves = 85 max. depth = 14
fold 3: acc. = 65.00 #leaves = 77 max. depth = 13
fold 4: acc. = 68.50 #leaves = 76 max. depth = 13
fold 5: acc. = 67.00 #leaves = 90 max. depth = 13
***1***0.7250000***0.9254200***
***2***0.6800000***0.9765900***
***3***0.6500000***0.7760520***
***4***0.6850000***0.9152170***
***5***0.6700000***0.9063660***
accuracy = 68.20 #leaves = 66.00 max depth = 10.80
Pruned decision tree written to data/csv/statlog-german-credit.csv.dt.
Unpruned decision tree written to data/csv/statlog-german-credit.csv.dt.unpruned.
fold 1: acc. = 66.50 #leaves = 9 max. depth = 5
fold 2: acc. = 70.50 #leaves = 102 max. depth = 25
fold 3: acc. = 68.50 #leaves = 102 max. depth = 17
fold 4: acc. = 70.50 #leaves = 112 max. depth = 19
fold 5: acc. = 69.00 #leaves = 101 max. depth = 29
accuracy = 69.00 #leaves = 85.20 max depth = 19.00