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. = 60.14 #leaves = 2 max. depth = 1
fold 2: acc. = 57.25 #leaves = 64 max. depth = 12
fold 3: acc. = 49.28 #leaves = 58 max. depth = 14
fold 4: acc. = 58.70 #leaves = 62 max. depth = 10
fold 5: acc. = 60.87 #leaves = 61 max. depth = 13
***1***0.6014493***0.4152000***
***2***0.5724638***0.3818010***
***3***0.4927536***0.4646190***
***4***0.5869565***0.3365600***
***5***0.6086956***0.4410860***
accuracy = 57.25 #leaves = 49.40 max depth = 10.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. = 57.25 #leaves = 4 max. depth = 2
fold 2: acc. = 60.14 #leaves = 86 max. depth = 12
fold 3: acc. = 55.80 #leaves = 86 max. depth = 20
fold 4: acc. = 59.42 #leaves = 98 max. depth = 19
fold 5: acc. = 58.70 #leaves = 96 max. depth = 16
accuracy = 58.26 #leaves = 74.00 max depth = 13.80