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. = 66.38 #leaves = 12 max. depth = 9
fold 2: acc. = 61.21 #leaves = 50 max. depth = 13
fold 3: acc. = 69.83 #leaves = 46 max. depth = 16
fold 4: acc. = 67.24 #leaves = 50 max. depth = 16
fold 5: acc. = 68.91 #leaves = 53 max. depth = 13
***1***0.6637931***0.2927050***
***2***0.6120690***0.3137470***
***3***0.6982758***0.2977400***
***4***0.6724138***0.2954580***
***5***0.6890756***0.3256380***
accuracy = 66.72 #leaves = 42.20 max depth = 13.40
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. = 63.79 #leaves = 7 max. depth = 6
fold 2: acc. = 57.76 #leaves = 69 max. depth = 12
fold 3: acc. = 67.24 #leaves = 68 max. depth = 15
fold 4: acc. = 68.97 #leaves = 62 max. depth = 15
fold 5: acc. = 71.43 #leaves = 68 max. depth = 15
accuracy = 65.87 #leaves = 54.80 max depth = 12.60