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. = 64.00 #leaves = 15 max. depth = 6
fold 2: acc. = 66.50 #leaves = 71 max. depth = 16
fold 3: acc. = 66.50 #leaves = 74 max. depth = 15
fold 4: acc. = 79.00 #leaves = 79 max. depth = 13
fold 5: acc. = 66.00 #leaves = 78 max. depth = 17
***1***0.6400000***0.7543520***
***2***0.6650000***0.9251190***
***3***0.6650000***0.8701240***
***4***0.7900000***0.9041680***
***5***0.6600000***0.8933220***
accuracy = 68.40 #leaves = 63.40 max depth = 13.40
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. = 62.50 #leaves = 57 max. depth = 15
fold 2: acc. = 66.00 #leaves = 101 max. depth = 19
fold 3: acc. = 67.00 #leaves = 100 max. depth = 18
fold 4: acc. = 71.50 #leaves = 112 max. depth = 21
fold 5: acc. = 69.00 #leaves = 108 max. depth = 22
accuracy = 67.20 #leaves = 95.60 max depth = 19.00