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

@@ -2,17 +2,11 @@ Remapping class numbers:
2 To 1
1 To 2
0 To 3
Pruned decision tree written to csv/oocytes_merluccius_states_2f.csv.dt.
Unpruned decision tree written to csv/oocytes_merluccius_states_2f.csv.dt.unpruned.
fold 1: acc. = 89.71 #leaves = 3 max. depth = 2
fold 2: acc. = 87.25 #leaves = 34 max. depth = 9
fold 3: acc. = 87.75 #leaves = 35 max. depth = 9
fold 4: acc. = 91.67 #leaves = 34 max. depth = 8
fold 5: acc. = 88.35 #leaves = 34 max. depth = 10
***1***0.8970588***0.9212730***
***2***0.8725491***1.0254960***
***3***0.8774509***0.9476040***
***4***0.9166666***1.0182460***
***5***0.8834952***0.8491270***
accuracy = 88.94 #leaves = 28.00 max depth = 7.60
Pruned decision tree written to data/csv/oocytes_merluccius_states_2f.csv.dt.
Unpruned decision tree written to data/csv/oocytes_merluccius_states_2f.csv.dt.unpruned.
fold 1: acc. = 92.16 #leaves = 5 max. depth = 3
fold 2: acc. = 86.27 #leaves = 38 max. depth = 8
fold 3: acc. = 89.71 #leaves = 46 max. depth = 10
fold 4: acc. = 88.24 #leaves = 47 max. depth = 10
fold 5: acc. = 83.50 #leaves = 43 max. depth = 9
accuracy = 87.96 #leaves = 35.80 max depth = 8.00