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. = 75.16 #leaves = 5 max. depth = 3
fold 2: acc. = 64.71 #leaves = 54 max. depth = 12
fold 3: acc. = 69.28 #leaves = 61 max. depth = 12
fold 4: acc. = 71.24 #leaves = 63 max. depth = 10
fold 5: acc. = 65.38 #leaves = 64 max. depth = 12
***1***0.7516340***0.3911990***
***2***0.6470588***0.3213680***
***3***0.6928104***0.4130660***
***4***0.7124183***0.3412060***
***5***0.6538461***0.3401520***
accuracy = 69.14 #leaves = 49.40 max depth = 9.80
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.20 #leaves = 3 max. depth = 2
fold 2: acc. = 62.75 #leaves = 77 max. depth = 15
fold 3: acc. = 71.24 #leaves = 73 max. depth = 13
fold 4: acc. = 70.59 #leaves = 80 max. depth = 13
fold 5: acc. = 67.31 #leaves = 72 max. depth = 12
accuracy = 69.01 #leaves = 61.00 max depth = 11.00