mirror of
https://github.com/Doctorado-ML/Stree_datasets.git
synced 2025-08-17 08:26:02 +00:00
Fix normalize error
This commit is contained in:
@@ -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.22 #leaves = 2 max. depth = 1
|
||||
fold 2: acc. = 54.35 #leaves = 70 max. depth = 12
|
||||
fold 3: acc. = 60.14 #leaves = 64 max. depth = 11
|
||||
fold 4: acc. = 55.80 #leaves = 66 max. depth = 10
|
||||
fold 5: acc. = 55.80 #leaves = 55 max. depth = 10
|
||||
***1***0.6521739***0.4598260***
|
||||
***2***0.5434783***0.3203320***
|
||||
***3***0.6014493***0.3238930***
|
||||
***4***0.5579710***0.3633080***
|
||||
***5***0.5579710***0.4165890***
|
||||
accuracy = 58.26 #leaves = 51.40 max depth = 8.80
|
||||
|
||||
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.77 #leaves = 2 max. depth = 1
|
||||
fold 2: acc. = 60.14 #leaves = 88 max. depth = 18
|
||||
fold 3: acc. = 57.97 #leaves = 92 max. depth = 15
|
||||
fold 4: acc. = 65.94 #leaves = 86 max. depth = 15
|
||||
fold 5: acc. = 60.14 #leaves = 98 max. depth = 18
|
||||
accuracy = 61.59 #leaves = 73.20 max depth = 13.40
|
||||
|
Reference in New Issue
Block a user