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. = 74.50 #leaves = 10 max. depth = 5
fold 2: acc. = 71.50 #leaves = 68 max. depth = 12
fold 3: acc. = 67.50 #leaves = 61 max. depth = 16
fold 4: acc. = 64.50 #leaves = 74 max. depth = 12
fold 5: acc. = 69.00 #leaves = 74 max. depth = 12
***1***0.7450000***1.0095200***
***2***0.7150000***0.8203280***
***3***0.6750000***1.1312710***
***4***0.6450000***0.8715330***
***5***0.6900000***0.6800230***
accuracy = 69.40 #leaves = 57.40 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. = 73.00 #leaves = 14 max. depth = 7
fold 2: acc. = 67.00 #leaves = 92 max. depth = 20
fold 3: acc. = 66.50 #leaves = 103 max. depth = 18
fold 4: acc. = 69.00 #leaves = 94 max. depth = 15
fold 5: acc. = 66.00 #leaves = 98 max. depth = 16
accuracy = 68.30 #leaves = 80.20 max depth = 15.20