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. = 68.84 #leaves = 2 max. depth = 1
fold 2: acc. = 59.42 #leaves = 62 max. depth = 9
fold 3: acc. = 56.52 #leaves = 69 max. depth = 12
fold 4: acc. = 57.25 #leaves = 61 max. depth = 12
fold 5: acc. = 52.90 #leaves = 63 max. depth = 11
***1***0.6884058***0.3908910***
***2***0.5942029***0.3679520***
***3***0.5652174***0.4056980***
***4***0.5724638***0.4705460***
***5***0.5289855***0.3662200***
accuracy = 58.99 #leaves = 51.40 max depth = 9.00
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. = 61.59 #leaves = 2 max. depth = 1
fold 2: acc. = 61.59 #leaves = 91 max. depth = 16
fold 3: acc. = 57.25 #leaves = 93 max. depth = 17
fold 4: acc. = 62.32 #leaves = 89 max. depth = 23
fold 5: acc. = 57.25 #leaves = 94 max. depth = 20
accuracy = 60.00 #leaves = 73.80 max depth = 15.40