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. = 69.50 #leaves = 3 max. depth = 2
fold 2: acc. = 69.00 #leaves = 71 max. depth = 13
fold 3: acc. = 62.50 #leaves = 80 max. depth = 12
fold 4: acc. = 70.00 #leaves = 75 max. depth = 15
fold 5: acc. = 62.00 #leaves = 71 max. depth = 15
***1***0.6950000***0.6951970***
***2***0.6900000***0.8668540***
***3***0.6250000***0.9476420***
***4***0.7000000***0.9282690***
***5***0.6200000***0.9885830***
accuracy = 66.60 #leaves = 60.00 max depth = 11.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. = 70.00 #leaves = 3 max. depth = 2
fold 2: acc. = 71.50 #leaves = 106 max. depth = 24
fold 3: acc. = 70.00 #leaves = 93 max. depth = 19
fold 4: acc. = 75.00 #leaves = 98 max. depth = 21
fold 5: acc. = 70.50 #leaves = 89 max. depth = 21
accuracy = 71.40 #leaves = 77.80 max depth = 17.40