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:
@@ -2,16 +2,11 @@ Remapping class numbers:
|
||||
3 To 1
|
||||
0 To 3
|
||||
1 To 4
|
||||
Unpruned decision tree written to csv/statlog-vehicle.csv.dt.
|
||||
fold 1: acc. = 71.01 #leaves = 77 max. depth = 12
|
||||
fold 2: acc. = 75.74 #leaves = 66 max. depth = 15
|
||||
fold 3: acc. = 73.37 #leaves = 72 max. depth = 11
|
||||
fold 4: acc. = 75.15 #leaves = 72 max. depth = 12
|
||||
fold 5: acc. = 74.12 #leaves = 68 max. depth = 12
|
||||
***1***0.7100592***0.6819730***
|
||||
***2***0.7573965***0.9121940***
|
||||
***3***0.7337278***0.8201180***
|
||||
***4***0.7514793***0.9793830***
|
||||
***5***0.7411764***0.8873910***
|
||||
accuracy = 73.88 #leaves = 71.00 max depth = 12.40
|
||||
|
||||
Pruned decision tree written to data/csv/statlog-vehicle.csv.dt.
|
||||
Unpruned decision tree written to data/csv/statlog-vehicle.csv.dt.unpruned.
|
||||
fold 1: acc. = 63.31 #leaves = 26 max. depth = 9
|
||||
fold 2: acc. = 68.05 #leaves = 97 max. depth = 13
|
||||
fold 3: acc. = 62.13 #leaves = 89 max. depth = 13
|
||||
fold 4: acc. = 66.27 #leaves = 91 max. depth = 15
|
||||
fold 5: acc. = 72.94 #leaves = 92 max. depth = 12
|
||||
accuracy = 66.55 #leaves = 79.00 max depth = 12.40
|
||||
|
Reference in New Issue
Block a user