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:
@@ -1,16 +1,10 @@
|
||||
Remapping class numbers:
|
||||
0 To 2
|
||||
Pruned decision tree written to csv/mammographic.csv.dt.
|
||||
Unpruned decision tree written to csv/mammographic.csv.dt.unpruned.
|
||||
fold 1: acc. = 79.69 #leaves = 2 max. depth = 1
|
||||
fold 2: acc. = 75.00 #leaves = 104 max. depth = 17
|
||||
fold 3: acc. = 71.35 #leaves = 106 max. depth = 13
|
||||
fold 4: acc. = 77.60 #leaves = 115 max. depth = 14
|
||||
fold 5: acc. = 76.17 #leaves = 112 max. depth = 16
|
||||
***1***0.7968750***0.3964410***
|
||||
***2***0.7500000***0.3909080***
|
||||
***3***0.7135416***0.3616190***
|
||||
***4***0.7760416***0.3984390***
|
||||
***5***0.7616580***0.3802330***
|
||||
accuracy = 75.96 #leaves = 87.80 max depth = 12.20
|
||||
|
||||
Pruned decision tree written to data/csv/mammographic.csv.dt.
|
||||
Unpruned decision tree written to data/csv/mammographic.csv.dt.unpruned.
|
||||
fold 1: acc. = 83.33 #leaves = 2 max. depth = 1
|
||||
fold 2: acc. = 72.92 #leaves = 120 max. depth = 17
|
||||
fold 3: acc. = 75.00 #leaves = 113 max. depth = 18
|
||||
fold 4: acc. = 76.04 #leaves = 115 max. depth = 16
|
||||
fold 5: acc. = 76.17 #leaves = 121 max. depth = 14
|
||||
accuracy = 76.69 #leaves = 94.20 max depth = 13.20
|
||||
|
Reference in New Issue
Block a user