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:
@@ -5,16 +5,11 @@ Remapping class numbers:
|
||||
3 To 4
|
||||
4 To 5
|
||||
5 To 6
|
||||
Unpruned decision tree written to csv/synthetic-control.csv.dt.
|
||||
fold 1: acc. = 90.00 #leaves = 25 max. depth = 7
|
||||
fold 2: acc. = 83.33 #leaves = 20 max. depth = 6
|
||||
fold 3: acc. = 83.33 #leaves = 19 max. depth = 5
|
||||
fold 4: acc. = 91.67 #leaves = 22 max. depth = 7
|
||||
fold 5: acc. = 83.33 #leaves = 22 max. depth = 7
|
||||
***1***0.9000000***1.4997180***
|
||||
***2***0.8333334***1.3648130***
|
||||
***3***0.8333334***1.2809310***
|
||||
***4***0.9166666***1.4710130***
|
||||
***5***0.8333334***1.3622530***
|
||||
accuracy = 86.33 #leaves = 21.60 max depth = 6.40
|
||||
|
||||
Pruned decision tree written to data/csv/synthetic-control.csv.dt.
|
||||
Unpruned decision tree written to data/csv/synthetic-control.csv.dt.unpruned.
|
||||
fold 1: acc. = 85.00 #leaves = 11 max. depth = 5
|
||||
fold 2: acc. = 90.00 #leaves = 25 max. depth = 6
|
||||
fold 3: acc. = 85.00 #leaves = 26 max. depth = 8
|
||||
fold 4: acc. = 90.83 #leaves = 27 max. depth = 7
|
||||
fold 5: acc. = 89.17 #leaves = 24 max. depth = 8
|
||||
accuracy = 88.00 #leaves = 22.60 max depth = 6.80
|
||||
|
Reference in New Issue
Block a user