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/statlog-heart.csv.dt.
|
||||
Unpruned decision tree written to csv/statlog-heart.csv.dt.unpruned.
|
||||
fold 1: acc. = 74.07 #leaves = 4 max. depth = 2
|
||||
fold 2: acc. = 74.07 #leaves = 18 max. depth = 6
|
||||
fold 3: acc. = 64.81 #leaves = 14 max. depth = 7
|
||||
fold 4: acc. = 75.93 #leaves = 17 max. depth = 6
|
||||
fold 5: acc. = 66.67 #leaves = 20 max. depth = 8
|
||||
***1***0.7407407***0.0927290***
|
||||
***2***0.7407407***0.0921450***
|
||||
***3***0.6481481***0.0830650***
|
||||
***4***0.7592593***0.0752240***
|
||||
***5***0.6666666***0.0828720***
|
||||
accuracy = 71.11 #leaves = 14.60 max depth = 5.80
|
||||
|
||||
Pruned decision tree written to data/csv/statlog-heart.csv.dt.
|
||||
Unpruned decision tree written to data/csv/statlog-heart.csv.dt.unpruned.
|
||||
fold 1: acc. = 72.22 #leaves = 3 max. depth = 2
|
||||
fold 2: acc. = 70.37 #leaves = 21 max. depth = 8
|
||||
fold 3: acc. = 66.67 #leaves = 24 max. depth = 9
|
||||
fold 4: acc. = 72.22 #leaves = 21 max. depth = 7
|
||||
fold 5: acc. = 81.48 #leaves = 20 max. depth = 8
|
||||
accuracy = 72.59 #leaves = 17.80 max depth = 6.80
|
||||
|
Reference in New Issue
Block a user