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/ionosphere.csv.dt.
|
||||
Unpruned decision tree written to csv/ionosphere.csv.dt.unpruned.
|
||||
fold 1: acc. = 80.00 #leaves = 3 max. depth = 2
|
||||
fold 2: acc. = 92.86 #leaves = 14 max. depth = 7
|
||||
fold 3: acc. = 92.86 #leaves = 12 max. depth = 9
|
||||
fold 4: acc. = 92.86 #leaves = 12 max. depth = 6
|
||||
fold 5: acc. = 91.55 #leaves = 19 max. depth = 7
|
||||
***1***0.8000000***0.2561880***
|
||||
***2***0.9285714***0.2491850***
|
||||
***3***0.9285714***0.2860450***
|
||||
***4***0.9285714***0.2160250***
|
||||
***5***0.9154930***0.2437150***
|
||||
accuracy = 90.03 #leaves = 12.00 max depth = 6.20
|
||||
|
||||
Pruned decision tree written to data/csv/ionosphere.csv.dt.
|
||||
Unpruned decision tree written to data/csv/ionosphere.csv.dt.unpruned.
|
||||
fold 1: acc. = 82.86 #leaves = 5 max. depth = 4
|
||||
fold 2: acc. = 94.29 #leaves = 15 max. depth = 8
|
||||
fold 3: acc. = 91.43 #leaves = 17 max. depth = 8
|
||||
fold 4: acc. = 92.86 #leaves = 17 max. depth = 8
|
||||
fold 5: acc. = 97.18 #leaves = 17 max. depth = 7
|
||||
accuracy = 91.74 #leaves = 14.20 max depth = 7.00
|
||||
|
Reference in New Issue
Block a user