Fix normalize error

This commit is contained in:
2021-04-11 02:21:25 +02:00
parent 40d9b02ef2
commit dd83175508
554 changed files with 3891 additions and 7360 deletions

View File

@@ -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. = 86.98 #leaves = 2 max. depth = 1
fold 2: acc. = 74.48 #leaves = 103 max. depth = 17
fold 3: acc. = 78.12 #leaves = 108 max. depth = 15
fold 4: acc. = 73.44 #leaves = 105 max. depth = 16
fold 5: acc. = 73.06 #leaves = 115 max. depth = 15
***1***0.8697916***0.3664970***
***2***0.7447916***0.3772300***
***3***0.7812500***0.3885530***
***4***0.7343750***0.3659100***
***5***0.7305699***0.4018190***
accuracy = 77.21 #leaves = 86.60 max depth = 12.80
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.85 #leaves = 2 max. depth = 1
fold 2: acc. = 77.60 #leaves = 121 max. depth = 16
fold 3: acc. = 80.21 #leaves = 111 max. depth = 15
fold 4: acc. = 73.96 #leaves = 114 max. depth = 18
fold 5: acc. = 74.09 #leaves = 117 max. depth = 16
accuracy = 77.94 #leaves = 93.00 max depth = 13.20