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. = 91.18 #leaves = 4 max. depth = 3
fold 2: acc. = 85.29 #leaves = 37 max. depth = 9
fold 3: acc. = 90.69 #leaves = 34 max. depth = 10
fold 4: acc. = 87.75 #leaves = 35 max. depth = 9
fold 5: acc. = 90.29 #leaves = 33 max. depth = 8
***1***0.9117647***0.8363860***
***2***0.8529412***0.9289730***
***3***0.9068627***1.0871900***
***4***0.8774509***0.9898450***
***5***0.9029126***0.9475230***
accuracy = 89.04 #leaves = 28.60 max depth = 7.80
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. = 90.20 #leaves = 13 max. depth = 5
fold 2: acc. = 84.80 #leaves = 40 max. depth = 9
fold 3: acc. = 91.67 #leaves = 42 max. depth = 11
fold 4: acc. = 86.27 #leaves = 42 max. depth = 10
fold 5: acc. = 90.29 #leaves = 42 max. depth = 8
accuracy = 88.65 #leaves = 35.80 max depth = 8.60