mirror of
https://github.com/Doctorado-ML/Stree_datasets.git
synced 2025-08-16 07:56:07 +00:00
Fix normalize error
This commit is contained in:
@@ -1,17 +1,10 @@
|
||||
Remapping class numbers:
|
||||
0 To 1
|
||||
1 To 3
|
||||
Pruned decision tree written to csv/balance-scale.csv.dt.
|
||||
Unpruned decision tree written to csv/balance-scale.csv.dt.unpruned.
|
||||
fold 1: acc. = 96.80 #leaves = 17 max. depth = 6
|
||||
fold 2: acc. = 85.60 #leaves = 24 max. depth = 9
|
||||
fold 3: acc. = 92.80 #leaves = 20 max. depth = 9
|
||||
fold 4: acc. = 91.20 #leaves = 25 max. depth = 7
|
||||
fold 5: acc. = 89.60 #leaves = 20 max. depth = 8
|
||||
***1***0.9680001***0.1825770***
|
||||
***2***0.8560000***0.1775970***
|
||||
***3***0.9280000***0.1379930***
|
||||
***4***0.9119999***0.1731700***
|
||||
***5***0.8960000***0.1532090***
|
||||
accuracy = 91.20 #leaves = 21.20 max depth = 7.80
|
||||
|
||||
Unpruned decision tree written to data/csv/balance-scale.csv.dt.
|
||||
fold 1: acc. = 95.20 #leaves = 21 max. depth = 6
|
||||
fold 2: acc. = 88.00 #leaves = 25 max. depth = 7
|
||||
fold 3: acc. = 94.40 #leaves = 23 max. depth = 7
|
||||
fold 4: acc. = 90.40 #leaves = 21 max. depth = 6
|
||||
fold 5: acc. = 89.60 #leaves = 17 max. depth = 8
|
||||
accuracy = 91.52 #leaves = 21.40 max depth = 6.80
|
||||
|
Reference in New Issue
Block a user