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. = 65.94 #leaves = 2 max. depth = 1
fold 2: acc. = 55.80 #leaves = 62 max. depth = 12
fold 3: acc. = 55.07 #leaves = 71 max. depth = 11
fold 4: acc. = 52.90 #leaves = 61 max. depth = 12
fold 5: acc. = 55.80 #leaves = 67 max. depth = 11
***1***0.6594203***0.4284080***
***2***0.5579710***0.4059290***
***3***0.5507246***0.3967030***
***4***0.5289855***0.3950980***
***5***0.5579710***0.3878240***
accuracy = 57.10 #leaves = 52.60 max depth = 9.40
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. = 67.39 #leaves = 2 max. depth = 1
fold 2: acc. = 51.45 #leaves = 83 max. depth = 14
fold 3: acc. = 66.67 #leaves = 90 max. depth = 21
fold 4: acc. = 59.42 #leaves = 97 max. depth = 18
fold 5: acc. = 50.72 #leaves = 89 max. depth = 18
accuracy = 59.13 #leaves = 72.20 max depth = 14.40