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. = 67.24 #leaves = 7 max. depth = 6
fold 2: acc. = 55.17 #leaves = 51 max. depth = 11
fold 3: acc. = 66.38 #leaves = 57 max. depth = 10
fold 4: acc. = 60.34 #leaves = 50 max. depth = 14
fold 5: acc. = 62.18 #leaves = 53 max. depth = 11
***1***0.6724138***0.2442720***
***2***0.5517241***0.2766230***
***3***0.6637931***0.2820190***
***4***0.6034483***0.3379860***
***5***0.6218488***0.2770770***
accuracy = 62.26 #leaves = 43.60 max depth = 10.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. = 67.24 #leaves = 3 max. depth = 2
fold 2: acc. = 59.48 #leaves = 68 max. depth = 14
fold 3: acc. = 66.38 #leaves = 68 max. depth = 12
fold 4: acc. = 69.83 #leaves = 68 max. depth = 18
fold 5: acc. = 61.34 #leaves = 69 max. depth = 17
accuracy = 64.84 #leaves = 55.20 max depth = 12.60