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. = 60.78 #leaves = 32 max. depth = 10
fold 2: acc. = 69.61 #leaves = 36 max. depth = 9
fold 3: acc. = 73.53 #leaves = 49 max. depth = 11
fold 4: acc. = 69.61 #leaves = 42 max. depth = 12
fold 5: acc. = 62.50 #leaves = 30 max. depth = 7
***1***0.6078432***0.5658240***
***2***0.6960784***0.4179130***
***3***0.7352941***0.5321730***
***4***0.6960784***0.4926140***
***5***0.6250000***0.3484360***
accuracy = 67.19 #leaves = 37.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. = 58.82 #leaves = 14 max. depth = 9
fold 2: acc. = 60.78 #leaves = 55 max. depth = 13
fold 3: acc. = 70.59 #leaves = 57 max. depth = 14
fold 4: acc. = 67.65 #leaves = 60 max. depth = 12
fold 5: acc. = 71.15 #leaves = 53 max. depth = 11
accuracy = 65.82 #leaves = 47.80 max depth = 11.80