mirror of
https://github.com/Doctorado-ML/Stree_datasets.git
synced 2025-08-17 08:26: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. = 71.24 #leaves = 3 max. depth = 2
|
||||
fold 2: acc. = 69.93 #leaves = 71 max. depth = 15
|
||||
fold 3: acc. = 65.36 #leaves = 64 max. depth = 11
|
||||
fold 4: acc. = 65.36 #leaves = 64 max. depth = 10
|
||||
fold 5: acc. = 68.59 #leaves = 71 max. depth = 11
|
||||
***1***0.7124183***0.3361280***
|
||||
***2***0.6993464***0.4066310***
|
||||
***3***0.6535947***0.4020770***
|
||||
***4***0.6535947***0.3801840***
|
||||
***5***0.6858975***0.3883060***
|
||||
accuracy = 68.10 #leaves = 54.60 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. = 71.24 #leaves = 75 max. depth = 17
|
||||
fold 3: acc. = 68.63 #leaves = 84 max. depth = 13
|
||||
fold 4: acc. = 63.40 #leaves = 75 max. depth = 12
|
||||
fold 5: acc. = 71.79 #leaves = 76 max. depth = 13
|
||||
accuracy = 69.40 #leaves = 62.40 max depth = 11.20
|
||||
|
Reference in New Issue
Block a user