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. = 69.61 #leaves = 4 max. depth = 2
fold 2: acc. = 72.55 #leaves = 43 max. depth = 12
fold 3: acc. = 72.55 #leaves = 31 max. depth = 12
fold 4: acc. = 67.65 #leaves = 39 max. depth = 11
fold 5: acc. = 72.12 #leaves = 49 max. depth = 11
***1***0.6960784***0.4146650***
***2***0.7254902***0.5553680***
***3***0.7254902***0.3742140***
***4***0.6764706***0.5558100***
***5***0.7211539***0.3946890***
accuracy = 70.90 #leaves = 33.20 max depth = 9.60
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. = 68.63 #leaves = 2 max. depth = 1
fold 2: acc. = 76.47 #leaves = 58 max. depth = 11
fold 3: acc. = 71.57 #leaves = 54 max. depth = 14
fold 4: acc. = 63.73 #leaves = 58 max. depth = 10
fold 5: acc. = 67.31 #leaves = 57 max. depth = 13
accuracy = 69.53 #leaves = 45.80 max depth = 9.80