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,17 +1,11 @@
Remapping class numbers:
0 To 1
1 To 2
Pruned decision tree written to csv/ilpd-indian-liver.csv.dt.
Unpruned decision tree written to csv/ilpd-indian-liver.csv.dt.unpruned.
fold 1: acc. = 61.21 #leaves = 6 max. depth = 5
fold 2: acc. = 67.24 #leaves = 49 max. depth = 9
fold 3: acc. = 68.10 #leaves = 47 max. depth = 11
fold 4: acc. = 58.62 #leaves = 55 max. depth = 10
fold 5: acc. = 68.91 #leaves = 47 max. depth = 13
***1***0.6120690***0.2782530***
***2***0.6724138***0.2185790***
***3***0.6810344***0.3111860***
***4***0.5862069***0.3114650***
***5***0.6890756***0.2531720***
accuracy = 64.84 #leaves = 40.80 max depth = 9.60
Pruned decision tree written to data/csv/ilpd-indian-liver.csv.dt.
Unpruned decision tree written to data/csv/ilpd-indian-liver.csv.dt.unpruned.
fold 1: acc. = 70.69 #leaves = 15 max. depth = 8
fold 2: acc. = 63.79 #leaves = 71 max. depth = 14
fold 3: acc. = 67.24 #leaves = 60 max. depth = 13
fold 4: acc. = 68.10 #leaves = 65 max. depth = 13
fold 5: acc. = 69.75 #leaves = 71 max. depth = 16
accuracy = 67.92 #leaves = 56.40 max depth = 12.80