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.10 #leaves = 36 max. depth = 12
fold 2: acc. = 56.03 #leaves = 54 max. depth = 12
fold 3: acc. = 70.69 #leaves = 50 max. depth = 12
fold 4: acc. = 70.69 #leaves = 46 max. depth = 12
fold 5: acc. = 68.07 #leaves = 55 max. depth = 12
***1***0.6810344***0.2618940***
***2***0.5603448***0.2802490***
***3***0.7068965***0.2821910***
***4***0.7068965***0.3174670***
***5***0.6806723***0.3081700***
accuracy = 66.72 #leaves = 48.20 max depth = 12.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. = 74.14 #leaves = 2 max. depth = 1
fold 2: acc. = 64.66 #leaves = 65 max. depth = 18
fold 3: acc. = 64.66 #leaves = 66 max. depth = 14
fold 4: acc. = 71.55 #leaves = 67 max. depth = 12
fold 5: acc. = 68.91 #leaves = 73 max. depth = 13
accuracy = 68.78 #leaves = 54.60 max depth = 11.60