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. = 69.00 #leaves = 2 max. depth = 1
fold 2: acc. = 73.00 #leaves = 70 max. depth = 16
fold 3: acc. = 71.50 #leaves = 68 max. depth = 11
fold 4: acc. = 66.00 #leaves = 72 max. depth = 13
fold 5: acc. = 71.50 #leaves = 73 max. depth = 13
***1***0.6900000***0.8762490***
***2***0.7300000***1.2032430***
***3***0.7150000***0.6427040***
***4***0.6600000***0.7636610***
***5***0.7150000***1.0168610***
accuracy = 70.20 #leaves = 57.00 max depth = 10.80
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. = 68.00 #leaves = 2 max. depth = 1
fold 2: acc. = 71.50 #leaves = 96 max. depth = 23
fold 3: acc. = 71.00 #leaves = 103 max. depth = 27
fold 4: acc. = 74.50 #leaves = 91 max. depth = 13
fold 5: acc. = 69.00 #leaves = 104 max. depth = 13
accuracy = 70.80 #leaves = 79.20 max depth = 15.40