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. = 71.74 #leaves = 2 max. depth = 1
fold 2: acc. = 54.35 #leaves = 54 max. depth = 12
fold 3: acc. = 50.00 #leaves = 73 max. depth = 13
fold 4: acc. = 60.14 #leaves = 57 max. depth = 14
fold 5: acc. = 54.35 #leaves = 67 max. depth = 12
***1***0.7173913***0.3952860***
***2***0.5434783***0.4307900***
***3***0.5000000***0.4303110***
***4***0.6014493***0.4184110***
***5***0.5434783***0.4033550***
accuracy = 58.12 #leaves = 50.60 max depth = 10.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. = 68.12 #leaves = 2 max. depth = 1
fold 2: acc. = 54.35 #leaves = 92 max. depth = 14
fold 3: acc. = 58.70 #leaves = 94 max. depth = 17
fold 4: acc. = 52.17 #leaves = 99 max. depth = 18
fold 5: acc. = 51.45 #leaves = 79 max. depth = 16
accuracy = 56.96 #leaves = 73.20 max depth = 13.20