mirror of
https://github.com/Doctorado-ML/Stree_datasets.git
synced 2025-08-18 08:56:01 +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. = 81.25 #leaves = 5 max. depth = 3
|
||||
fold 2: acc. = 76.56 #leaves = 110 max. depth = 15
|
||||
fold 3: acc. = 77.60 #leaves = 111 max. depth = 17
|
||||
fold 4: acc. = 77.08 #leaves = 107 max. depth = 18
|
||||
fold 5: acc. = 78.76 #leaves = 104 max. depth = 15
|
||||
***1***0.8125000***0.4296900***
|
||||
***2***0.7656250***0.4293190***
|
||||
***3***0.7760416***0.3964520***
|
||||
***4***0.7708334***0.3529270***
|
||||
***5***0.7875648***0.3740910***
|
||||
accuracy = 78.25 #leaves = 87.40 max depth = 13.60
|
||||
|
||||
Pruned decision tree written to data/csv/mammographic.csv.dt.
|
||||
Unpruned decision tree written to data/csv/mammographic.csv.dt.unpruned.
|
||||
fold 1: acc. = 78.12 #leaves = 17 max. depth = 12
|
||||
fold 2: acc. = 77.08 #leaves = 122 max. depth = 17
|
||||
fold 3: acc. = 78.12 #leaves = 121 max. depth = 14
|
||||
fold 4: acc. = 73.44 #leaves = 118 max. depth = 16
|
||||
fold 5: acc. = 77.72 #leaves = 113 max. depth = 16
|
||||
accuracy = 76.90 #leaves = 98.20 max depth = 15.00
|
||||
|
Reference in New Issue
Block a user