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. = 70.00 #leaves = 5 max. depth = 4
fold 2: acc. = 65.50 #leaves = 70 max. depth = 16
fold 3: acc. = 63.00 #leaves = 72 max. depth = 12
fold 4: acc. = 70.50 #leaves = 80 max. depth = 14
fold 5: acc. = 74.00 #leaves = 76 max. depth = 12
***1***0.7000000***0.7858710***
***2***0.6550000***1.2059470***
***3***0.6300000***0.9240900***
***4***0.7050000***0.8360790***
***5***0.7400000***1.0128540***
accuracy = 68.60 #leaves = 60.60 max depth = 11.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. = 73.00 #leaves = 8 max. depth = 4
fold 2: acc. = 67.00 #leaves = 112 max. depth = 23
fold 3: acc. = 62.50 #leaves = 105 max. depth = 23
fold 4: acc. = 70.00 #leaves = 94 max. depth = 17
fold 5: acc. = 67.50 #leaves = 103 max. depth = 21
accuracy = 68.00 #leaves = 84.40 max depth = 17.60