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/statlog-german-credit.csv.dt.
Unpruned decision tree written to csv/statlog-german-credit.csv.dt.unpruned.
fold 1: acc. = 72.00 #leaves = 4 max. depth = 3
fold 2: acc. = 64.50 #leaves = 77 max. depth = 15
fold 3: acc. = 73.50 #leaves = 68 max. depth = 17
fold 4: acc. = 64.50 #leaves = 75 max. depth = 12
fold 5: acc. = 67.50 #leaves = 61 max. depth = 10
***1***0.7200000***0.7184300***
***2***0.6450000***1.1904720***
***3***0.7350000***1.0801540***
***4***0.6450000***0.8750470***
***5***0.6750000***0.7379650***
accuracy = 68.40 #leaves = 57.00 max depth = 11.40
Pruned decision tree written to data/csv/statlog-german-credit.csv.dt.
Unpruned decision tree written to data/csv/statlog-german-credit.csv.dt.unpruned.
fold 1: acc. = 72.00 #leaves = 73 max. depth = 13
fold 2: acc. = 70.50 #leaves = 104 max. depth = 14
fold 3: acc. = 68.00 #leaves = 103 max. depth = 17
fold 4: acc. = 68.50 #leaves = 98 max. depth = 19
fold 5: acc. = 67.00 #leaves = 96 max. depth = 14
accuracy = 69.20 #leaves = 94.80 max depth = 15.40