mirror of
https://github.com/Doctorado-ML/Stree_datasets.git
synced 2025-08-16 16:06:03 +00:00
Fix normalize error
This commit is contained in:
@@ -1,17 +1,11 @@
|
||||
Remapping class numbers:
|
||||
0 To 2
|
||||
2 To 3
|
||||
Pruned decision tree written to csv/cardiotocography-3clases.csv.dt.
|
||||
Unpruned decision tree written to csv/cardiotocography-3clases.csv.dt.unpruned.
|
||||
fold 1: acc. = 88.24 #leaves = 28 max. depth = 7
|
||||
fold 2: acc. = 88.47 #leaves = 49 max. depth = 11
|
||||
fold 3: acc. = 92.47 #leaves = 60 max. depth = 11
|
||||
fold 4: acc. = 92.47 #leaves = 50 max. depth = 10
|
||||
fold 5: acc. = 88.03 #leaves = 59 max. depth = 10
|
||||
***1***0.8823529***3.2171840***
|
||||
***2***0.8847059***2.0485780***
|
||||
***3***0.9247059***2.6363170***
|
||||
***4***0.9247059***1.4491240***
|
||||
***5***0.8802817***2.4254690***
|
||||
accuracy = 89.93 #leaves = 49.20 max depth = 9.80
|
||||
|
||||
Pruned decision tree written to data/csv/cardiotocography-3clases.csv.dt.
|
||||
Unpruned decision tree written to data/csv/cardiotocography-3clases.csv.dt.unpruned.
|
||||
fold 1: acc. = 88.94 #leaves = 12 max. depth = 6
|
||||
fold 2: acc. = 90.59 #leaves = 71 max. depth = 12
|
||||
fold 3: acc. = 91.76 #leaves = 86 max. depth = 11
|
||||
fold 4: acc. = 90.59 #leaves = 82 max. depth = 13
|
||||
fold 5: acc. = 90.61 #leaves = 80 max. depth = 13
|
||||
accuracy = 90.50 #leaves = 66.20 max depth = 11.00
|
||||
|
Reference in New Issue
Block a user