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:
@@ -8,17 +8,11 @@ Remapping class numbers:
|
||||
6 To 8
|
||||
3 To 9
|
||||
1 To 10
|
||||
Pruned decision tree written to csv/led-display.csv.dt.
|
||||
Unpruned decision tree written to csv/led-display.csv.dt.unpruned.
|
||||
fold 1: acc. = 64.50 #leaves = 10 max. depth = 4
|
||||
fold 2: acc. = 73.00 #leaves = 57 max. depth = 8
|
||||
fold 3: acc. = 73.00 #leaves = 63 max. depth = 8
|
||||
fold 4: acc. = 71.50 #leaves = 64 max. depth = 9
|
||||
fold 5: acc. = 68.00 #leaves = 62 max. depth = 9
|
||||
***1***0.6450000***0.2848420***
|
||||
***2***0.7300000***0.2843730***
|
||||
***3***0.7300000***0.2664610***
|
||||
***4***0.7150000***0.2676950***
|
||||
***5***0.6800000***0.2904040***
|
||||
accuracy = 70.00 #leaves = 51.20 max depth = 7.60
|
||||
|
||||
Pruned decision tree written to data/csv/led-display.csv.dt.
|
||||
Unpruned decision tree written to data/csv/led-display.csv.dt.unpruned.
|
||||
fold 1: acc. = 63.50 #leaves = 10 max. depth = 4
|
||||
fold 2: acc. = 71.50 #leaves = 61 max. depth = 8
|
||||
fold 3: acc. = 73.50 #leaves = 59 max. depth = 8
|
||||
fold 4: acc. = 71.00 #leaves = 60 max. depth = 8
|
||||
fold 5: acc. = 68.50 #leaves = 61 max. depth = 8
|
||||
accuracy = 69.60 #leaves = 50.20 max depth = 7.20
|
||||
|
Reference in New Issue
Block a user