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. = 54.35 #leaves = 16 max. depth = 9
fold 2: acc. = 48.55 #leaves = 58 max. depth = 14
fold 3: acc. = 55.80 #leaves = 66 max. depth = 16
fold 4: acc. = 63.04 #leaves = 60 max. depth = 12
fold 5: acc. = 56.52 #leaves = 72 max. depth = 12
***1***0.5434783***0.3804470***
***2***0.4855072***0.4898470***
***3***0.5579710***0.3854120***
***4***0.6304348***0.3951740***
***5***0.5652174***0.3612460***
accuracy = 55.65 #leaves = 54.40 max depth = 12.60
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. = 63.04 #leaves = 2 max. depth = 1
fold 2: acc. = 50.72 #leaves = 94 max. depth = 20
fold 3: acc. = 45.65 #leaves = 94 max. depth = 21
fold 4: acc. = 60.87 #leaves = 85 max. depth = 20
fold 5: acc. = 59.42 #leaves = 77 max. depth = 18
accuracy = 55.94 #leaves = 70.40 max depth = 16.00