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. = 76.50 #leaves = 9 max. depth = 5
fold 2: acc. = 66.50 #leaves = 82 max. depth = 12
fold 3: acc. = 69.50 #leaves = 75 max. depth = 14
fold 4: acc. = 68.50 #leaves = 68 max. depth = 15
fold 5: acc. = 66.00 #leaves = 67 max. depth = 17
***1***0.7650000***0.8206360***
***2***0.6650000***0.8215310***
***3***0.6950000***0.9664500***
***4***0.6850000***1.0062050***
***5***0.6600000***1.1066780***
accuracy = 69.40 #leaves = 60.20 max depth = 12.60
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. = 72.50 #leaves = 14 max. depth = 8
fold 2: acc. = 67.50 #leaves = 87 max. depth = 18
fold 3: acc. = 67.50 #leaves = 92 max. depth = 16
fold 4: acc. = 63.50 #leaves = 110 max. depth = 14
fold 5: acc. = 69.00 #leaves = 94 max. depth = 12
accuracy = 68.00 #leaves = 79.40 max depth = 13.60