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. = 72.55 #leaves = 9 max. depth = 5
|
||||
fold 2: acc. = 62.09 #leaves = 65 max. depth = 10
|
||||
fold 3: acc. = 64.05 #leaves = 67 max. depth = 10
|
||||
fold 4: acc. = 66.01 #leaves = 64 max. depth = 11
|
||||
fold 5: acc. = 73.72 #leaves = 62 max. depth = 13
|
||||
***1***0.7254902***0.3371170***
|
||||
***2***0.6209151***0.4002120***
|
||||
***3***0.6405228***0.4016420***
|
||||
***4***0.6601307***0.3709580***
|
||||
***5***0.7371795***0.3393800***
|
||||
accuracy = 67.71 #leaves = 53.40 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.90 #leaves = 2 max. depth = 1
|
||||
fold 2: acc. = 68.63 #leaves = 69 max. depth = 11
|
||||
fold 3: acc. = 69.28 #leaves = 86 max. depth = 12
|
||||
fold 4: acc. = 67.32 #leaves = 67 max. depth = 10
|
||||
fold 5: acc. = 73.72 #leaves = 86 max. depth = 13
|
||||
accuracy = 70.18 #leaves = 62.00 max depth = 9.40
|
||||
|
Reference in New Issue
Block a user