mirror of
https://github.com/Doctorado-ML/Stree_datasets.git
synced 2025-08-17 16:36: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/pima.csv.dt.
|
||||
Unpruned decision tree written to csv/pima.csv.dt.unpruned.
|
||||
fold 1: acc. = 73.20 #leaves = 3 max. depth = 2
|
||||
fold 2: acc. = 71.24 #leaves = 74 max. depth = 12
|
||||
fold 3: acc. = 71.24 #leaves = 62 max. depth = 12
|
||||
fold 4: acc. = 69.93 #leaves = 72 max. depth = 12
|
||||
fold 5: acc. = 65.38 #leaves = 68 max. depth = 11
|
||||
***1***0.7320262***0.3427300***
|
||||
***2***0.7124183***0.4360850***
|
||||
***3***0.7124183***0.3569180***
|
||||
***4***0.6993464***0.3615700***
|
||||
***5***0.6538461***0.3633420***
|
||||
accuracy = 70.18 #leaves = 55.80 max depth = 9.80
|
||||
|
||||
Pruned decision tree written to data/csv/pima.csv.dt.
|
||||
Unpruned decision tree written to data/csv/pima.csv.dt.unpruned.
|
||||
fold 1: acc. = 71.24 #leaves = 16 max. depth = 6
|
||||
fold 2: acc. = 73.86 #leaves = 78 max. depth = 11
|
||||
fold 3: acc. = 69.28 #leaves = 71 max. depth = 15
|
||||
fold 4: acc. = 75.82 #leaves = 79 max. depth = 14
|
||||
fold 5: acc. = 68.59 #leaves = 79 max. depth = 12
|
||||
accuracy = 71.74 #leaves = 64.60 max depth = 11.60
|
||||
|
Reference in New Issue
Block a user