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. = 68.97 #leaves = 2 max. depth = 1
fold 2: acc. = 74.14 #leaves = 54 max. depth = 15
fold 3: acc. = 61.21 #leaves = 46 max. depth = 12
fold 4: acc. = 62.07 #leaves = 46 max. depth = 12
fold 5: acc. = 68.07 #leaves = 50 max. depth = 10
***1***0.6896551***0.3119050***
***2***0.7413793***0.3365320***
***3***0.6120690***0.2786860***
***4***0.6206896***0.2996980***
***5***0.6806723***0.3146350***
accuracy = 66.90 #leaves = 39.60 max depth = 10.00
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. = 68.97 #leaves = 17 max. depth = 12
fold 2: acc. = 69.83 #leaves = 72 max. depth = 22
fold 3: acc. = 74.14 #leaves = 68 max. depth = 13
fold 4: acc. = 74.14 #leaves = 73 max. depth = 14
fold 5: acc. = 57.14 #leaves = 65 max. depth = 14
accuracy = 68.78 #leaves = 59.00 max depth = 15.00