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.22 #leaves = 9 max. depth = 4
fold 2: acc. = 82.84 #leaves = 34 max. depth = 9
fold 3: acc. = 92.16 #leaves = 37 max. depth = 11
fold 4: acc. = 85.29 #leaves = 44 max. depth = 13
fold 5: acc. = 90.78 #leaves = 35 max. depth = 9
***1***0.8921568***0.9116490***
***2***0.8284314***1.0173860***
***3***0.9215686***1.0727770***
***4***0.8529412***1.5414460***
***5***0.9077669***0.7249100***
accuracy = 88.06 #leaves = 31.80 max depth = 9.20
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. = 87.75 #leaves = 3 max. depth = 2
fold 2: acc. = 89.22 #leaves = 48 max. depth = 9
fold 3: acc. = 89.22 #leaves = 47 max. depth = 10
fold 4: acc. = 87.75 #leaves = 46 max. depth = 11
fold 5: acc. = 90.78 #leaves = 49 max. depth = 11
accuracy = 88.94 #leaves = 38.60 max depth = 8.60