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/pima.csv.dt.
Unpruned decision tree written to csv/pima.csv.dt.unpruned.
fold 1: acc. = 73.86 #leaves = 2 max. depth = 1
fold 2: acc. = 67.97 #leaves = 57 max. depth = 11
fold 3: acc. = 71.90 #leaves = 64 max. depth = 12
fold 4: acc. = 69.93 #leaves = 70 max. depth = 12
fold 5: acc. = 70.51 #leaves = 66 max. depth = 14
***1***0.7385621***0.4173060***
***2***0.6797385***0.3958090***
***3***0.7189543***0.3843100***
***4***0.6993464***0.3979360***
***5***0.7051282***0.3325170***
accuracy = 70.83 #leaves = 51.80 max depth = 10.00
Pruned decision tree written to data/csv/pima.csv.dt.
Unpruned decision tree written to data/csv/pima.csv.dt.unpruned.
fold 1: acc. = 73.86 #leaves = 3 max. depth = 2
fold 2: acc. = 67.32 #leaves = 83 max. depth = 12
fold 3: acc. = 65.36 #leaves = 80 max. depth = 14
fold 4: acc. = 74.51 #leaves = 79 max. depth = 13
fold 5: acc. = 69.87 #leaves = 73 max. depth = 13
accuracy = 70.18 #leaves = 63.60 max depth = 10.80