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:
@@ -14,16 +14,11 @@ Remapping class numbers:
|
||||
12 To 13
|
||||
13 To 14
|
||||
14 To 15
|
||||
Unpruned decision tree written to csv/libras.csv.dt.
|
||||
fold 1: acc. = 68.06 #leaves = 63 max. depth = 9
|
||||
fold 2: acc. = 63.89 #leaves = 55 max. depth = 9
|
||||
fold 3: acc. = 66.67 #leaves = 56 max. depth = 9
|
||||
fold 4: acc. = 66.67 #leaves = 67 max. depth = 12
|
||||
fold 5: acc. = 69.44 #leaves = 55 max. depth = 9
|
||||
***1***0.6805556***0.5096920***
|
||||
***2***0.6388889***0.5349730***
|
||||
***3***0.6666666***0.9933270***
|
||||
***4***0.6666666***0.5504850***
|
||||
***5***0.6944444***0.5882030***
|
||||
accuracy = 66.94 #leaves = 59.20 max depth = 9.60
|
||||
|
||||
Pruned decision tree written to data/csv/libras.csv.dt.
|
||||
Unpruned decision tree written to data/csv/libras.csv.dt.unpruned.
|
||||
fold 1: acc. = 65.28 #leaves = 61 max. depth = 9
|
||||
fold 2: acc. = 51.39 #leaves = 57 max. depth = 9
|
||||
fold 3: acc. = 66.67 #leaves = 62 max. depth = 9
|
||||
fold 4: acc. = 72.22 #leaves = 59 max. depth = 10
|
||||
fold 5: acc. = 63.89 #leaves = 59 max. depth = 10
|
||||
accuracy = 63.89 #leaves = 59.60 max depth = 9.40
|
||||
|
Reference in New Issue
Block a user