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/cylinder-bands.csv.dt.
Unpruned decision tree written to csv/cylinder-bands.csv.dt.unpruned.
fold 1: acc. = 73.53 #leaves = 9 max. depth = 4
fold 2: acc. = 60.78 #leaves = 47 max. depth = 12
fold 3: acc. = 64.71 #leaves = 38 max. depth = 12
fold 4: acc. = 65.69 #leaves = 42 max. depth = 12
fold 5: acc. = 72.12 #leaves = 38 max. depth = 9
***1***0.7352941***0.3410380***
***2***0.6078432***0.5369640***
***3***0.6470588***0.6049740***
***4***0.6568627***0.6165340***
***5***0.7211539***0.3427680***
accuracy = 67.38 #leaves = 34.80 max depth = 9.80
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. = 61.76 #leaves = 33 max. depth = 11
fold 2: acc. = 68.63 #leaves = 54 max. depth = 15
fold 3: acc. = 65.69 #leaves = 55 max. depth = 18
fold 4: acc. = 65.69 #leaves = 61 max. depth = 13
fold 5: acc. = 62.50 #leaves = 55 max. depth = 14
accuracy = 64.84 #leaves = 51.60 max depth = 14.20