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. = 62.75 #leaves = 20 max. depth = 9
fold 2: acc. = 59.80 #leaves = 39 max. depth = 9
fold 3: acc. = 66.67 #leaves = 39 max. depth = 12
fold 4: acc. = 66.67 #leaves = 46 max. depth = 10
fold 5: acc. = 71.15 #leaves = 32 max. depth = 10
***1***0.6274510***0.5435010***
***2***0.5980392***0.4748310***
***3***0.6666666***0.4720270***
***4***0.6666666***0.3197170***
***5***0.7115385***0.4061660***
accuracy = 65.43 #leaves = 35.20 max depth = 10.00
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 = 3 max. depth = 2
fold 2: acc. = 62.75 #leaves = 54 max. depth = 17
fold 3: acc. = 74.51 #leaves = 58 max. depth = 15
fold 4: acc. = 61.76 #leaves = 55 max. depth = 10
fold 5: acc. = 68.27 #leaves = 57 max. depth = 19
accuracy = 67.19 #leaves = 45.40 max depth = 12.60