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,17 +14,11 @@ Remapping class numbers:
|
||||
12 To 13
|
||||
13 To 14
|
||||
14 To 15
|
||||
Pruned decision tree written to csv/libras.csv.dt.
|
||||
Unpruned decision tree written to csv/libras.csv.dt.unpruned.
|
||||
fold 1: acc. = 65.28 #leaves = 66 max. depth = 8
|
||||
fold 2: acc. = 58.33 #leaves = 65 max. depth = 9
|
||||
fold 3: acc. = 61.11 #leaves = 61 max. depth = 9
|
||||
fold 4: acc. = 69.44 #leaves = 60 max. depth = 10
|
||||
fold 5: acc. = 70.83 #leaves = 56 max. depth = 9
|
||||
***1***0.6527778***0.4841020***
|
||||
***2***0.5833333***0.4921780***
|
||||
***3***0.6111111***0.6033170***
|
||||
***4***0.6944444***0.5842250***
|
||||
***5***0.7083334***0.4914290***
|
||||
accuracy = 65.00 #leaves = 61.60 max depth = 9.00
|
||||
|
||||
Pruned decision tree written to data/csv/libras.csv.dt.
|
||||
Unpruned decision tree written to data/csv/libras.csv.dt.unpruned.
|
||||
fold 1: acc. = 61.11 #leaves = 55 max. depth = 9
|
||||
fold 2: acc. = 62.50 #leaves = 65 max. depth = 9
|
||||
fold 3: acc. = 66.67 #leaves = 57 max. depth = 8
|
||||
fold 4: acc. = 62.50 #leaves = 59 max. depth = 9
|
||||
fold 5: acc. = 70.83 #leaves = 61 max. depth = 9
|
||||
accuracy = 64.72 #leaves = 59.40 max depth = 8.80
|
||||
|
Reference in New Issue
Block a user