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,16 +1,10 @@
Remapping class numbers:
0 To 2
Pruned decision tree written to csv/statlog-australian-credit.csv.dt.
Unpruned decision tree written to csv/statlog-australian-credit.csv.dt.unpruned.
fold 1: acc. = 64.49 #leaves = 2 max. depth = 1
fold 2: acc. = 51.45 #leaves = 67 max. depth = 12
fold 3: acc. = 67.39 #leaves = 60 max. depth = 10
fold 4: acc. = 50.00 #leaves = 61 max. depth = 13
fold 5: acc. = 50.00 #leaves = 57 max. depth = 15
***1***0.6449275***0.3691910***
***2***0.5144928***0.4450530***
***3***0.6739131***0.4230910***
***4***0.5000000***0.4202880***
***5***0.5000000***0.4732720***
accuracy = 56.67 #leaves = 49.40 max depth = 10.20
Pruned decision tree written to data/csv/statlog-australian-credit.csv.dt.
Unpruned decision tree written to data/csv/statlog-australian-credit.csv.dt.unpruned.
fold 1: acc. = 66.67 #leaves = 2 max. depth = 1
fold 2: acc. = 56.52 #leaves = 96 max. depth = 22
fold 3: acc. = 58.70 #leaves = 78 max. depth = 18
fold 4: acc. = 60.14 #leaves = 86 max. depth = 17
fold 5: acc. = 57.97 #leaves = 88 max. depth = 16
accuracy = 60.00 #leaves = 70.00 max depth = 14.80