mirror of
https://github.com/Doctorado-ML/Stree_datasets.git
synced 2025-08-18 00:46:03 +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. = 70.59 #leaves = 14 max. depth = 8
|
||||
fold 2: acc. = 72.55 #leaves = 64 max. depth = 10
|
||||
fold 3: acc. = 70.59 #leaves = 66 max. depth = 11
|
||||
fold 4: acc. = 69.28 #leaves = 67 max. depth = 9
|
||||
fold 5: acc. = 61.54 #leaves = 64 max. depth = 10
|
||||
***1***0.7058823***0.4138430***
|
||||
***2***0.7254902***0.3785490***
|
||||
***3***0.7058823***0.3601380***
|
||||
***4***0.6928104***0.3473580***
|
||||
***5***0.6153846***0.3900610***
|
||||
accuracy = 68.88 #leaves = 55.00 max depth = 9.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. = 69.28 #leaves = 5 max. depth = 3
|
||||
fold 2: acc. = 68.63 #leaves = 73 max. depth = 12
|
||||
fold 3: acc. = 67.32 #leaves = 68 max. depth = 11
|
||||
fold 4: acc. = 62.75 #leaves = 83 max. depth = 12
|
||||
fold 5: acc. = 66.03 #leaves = 83 max. depth = 14
|
||||
accuracy = 66.80 #leaves = 62.40 max depth = 10.40
|
||||
|
Reference in New Issue
Block a user