mirror of
https://github.com/Doctorado-ML/Stree_datasets.git
synced 2025-08-18 08:56:01 +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. = 52.17 #leaves = 8 max. depth = 4
|
||||
fold 2: acc. = 60.14 #leaves = 59 max. depth = 12
|
||||
fold 3: acc. = 53.62 #leaves = 57 max. depth = 10
|
||||
fold 4: acc. = 52.90 #leaves = 62 max. depth = 13
|
||||
fold 5: acc. = 57.25 #leaves = 52 max. depth = 15
|
||||
***1***0.5217391***0.4004400***
|
||||
***2***0.6014493***0.3822870***
|
||||
***3***0.5362319***0.3426970***
|
||||
***4***0.5289855***0.4427380***
|
||||
***5***0.5724638***0.4495900***
|
||||
accuracy = 55.22 #leaves = 47.60 max depth = 10.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. = 61.59 #leaves = 30 max. depth = 11
|
||||
fold 2: acc. = 59.42 #leaves = 87 max. depth = 13
|
||||
fold 3: acc. = 54.35 #leaves = 90 max. depth = 19
|
||||
fold 4: acc. = 60.87 #leaves = 88 max. depth = 24
|
||||
fold 5: acc. = 52.90 #leaves = 93 max. depth = 17
|
||||
accuracy = 57.83 #leaves = 77.60 max depth = 16.80
|
||||
|
Reference in New Issue
Block a user