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/pima.csv.dt.
|
||||
Unpruned decision tree written to csv/pima.csv.dt.unpruned.
|
||||
fold 1: acc. = 72.55 #leaves = 8 max. depth = 6
|
||||
fold 2: acc. = 70.59 #leaves = 61 max. depth = 15
|
||||
fold 3: acc. = 70.59 #leaves = 55 max. depth = 12
|
||||
fold 4: acc. = 71.90 #leaves = 67 max. depth = 13
|
||||
fold 5: acc. = 71.15 #leaves = 67 max. depth = 12
|
||||
***1***0.7254902***0.4234740***
|
||||
***2***0.7058823***0.3900060***
|
||||
***3***0.7058823***0.3302990***
|
||||
***4***0.7189543***0.3701090***
|
||||
***5***0.7115385***0.4223240***
|
||||
accuracy = 71.35 #leaves = 51.60 max depth = 11.60
|
||||
|
||||
Pruned decision tree written to data/csv/pima.csv.dt.
|
||||
Unpruned decision tree written to data/csv/pima.csv.dt.unpruned.
|
||||
fold 1: acc. = 70.59 #leaves = 13 max. depth = 8
|
||||
fold 2: acc. = 69.93 #leaves = 73 max. depth = 11
|
||||
fold 3: acc. = 68.63 #leaves = 79 max. depth = 14
|
||||
fold 4: acc. = 68.63 #leaves = 78 max. depth = 18
|
||||
fold 5: acc. = 66.03 #leaves = 81 max. depth = 11
|
||||
accuracy = 68.75 #leaves = 64.80 max depth = 12.40
|
||||
|
Reference in New Issue
Block a user