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,16 +1,11 @@
Remapping class numbers:
0 To 1
1 To 2
Unpruned decision tree written to csv/cylinder-bands.csv.dt.
fold 1: acc. = 67.65 #leaves = 39 max. depth = 10
fold 2: acc. = 65.69 #leaves = 38 max. depth = 13
fold 3: acc. = 61.76 #leaves = 35 max. depth = 11
fold 4: acc. = 62.75 #leaves = 38 max. depth = 10
fold 5: acc. = 65.38 #leaves = 47 max. depth = 13
***1***0.6764706***0.4922020***
***2***0.6568627***0.3895570***
***3***0.6176471***0.5273630***
***4***0.6274510***0.3791480***
***5***0.6538461***0.4042470***
accuracy = 64.65 #leaves = 39.40 max depth = 11.40
Pruned decision tree written to data/csv/cylinder-bands.csv.dt.
Unpruned decision tree written to data/csv/cylinder-bands.csv.dt.unpruned.
fold 1: acc. = 75.49 #leaves = 12 max. depth = 5
fold 2: acc. = 69.61 #leaves = 56 max. depth = 15
fold 3: acc. = 65.69 #leaves = 51 max. depth = 14
fold 4: acc. = 67.65 #leaves = 55 max. depth = 12
fold 5: acc. = 74.04 #leaves = 53 max. depth = 19
accuracy = 70.51 #leaves = 45.40 max depth = 13.00