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. = 75.00 #leaves = 6 max. depth = 5
fold 2: acc. = 64.66 #leaves = 48 max. depth = 12
fold 3: acc. = 70.69 #leaves = 41 max. depth = 13
fold 4: acc. = 73.28 #leaves = 56 max. depth = 12
fold 5: acc. = 55.46 #leaves = 57 max. depth = 12
***1***0.7500000***0.3602000***
***2***0.6465517***0.2692840***
***3***0.7068965***0.2955520***
***4***0.7327586***0.2564750***
***5***0.5546219***0.3319560***
accuracy = 67.75 #leaves = 41.60 max depth = 10.80
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. = 69.83 #leaves = 11 max. depth = 9
fold 2: acc. = 65.52 #leaves = 72 max. depth = 14
fold 3: acc. = 70.69 #leaves = 68 max. depth = 13
fold 4: acc. = 68.97 #leaves = 66 max. depth = 16
fold 5: acc. = 57.98 #leaves = 63 max. depth = 13
accuracy = 66.55 #leaves = 56.00 max depth = 13.00