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

@@ -7,17 +7,11 @@ Remapping class numbers:
6 To 7
5 To 8
4 To 9
Pruned decision tree written to csv/low-res-spect.csv.dt.
Unpruned decision tree written to csv/low-res-spect.csv.dt.unpruned.
fold 1: acc. = 82.08 #leaves = 8 max. depth = 4
fold 2: acc. = 80.19 #leaves = 36 max. depth = 8
fold 3: acc. = 81.13 #leaves = 30 max. depth = 8
fold 4: acc. = 82.08 #leaves = 32 max. depth = 8
fold 5: acc. = 86.92 #leaves = 30 max. depth = 8
***1***0.8207547***1.2686480***
***2***0.8018868***1.3772250***
***3***0.8113207***1.7105270***
***4***0.8207547***1.1515250***
***5***0.8691589***1.1165780***
accuracy = 82.49 #leaves = 27.20 max depth = 7.20
Pruned decision tree written to data/csv/low-res-spect.csv.dt.
Unpruned decision tree written to data/csv/low-res-spect.csv.dt.unpruned.
fold 1: acc. = 84.91 #leaves = 5 max. depth = 4
fold 2: acc. = 83.96 #leaves = 33 max. depth = 8
fold 3: acc. = 76.42 #leaves = 32 max. depth = 8
fold 4: acc. = 82.08 #leaves = 28 max. depth = 8
fold 5: acc. = 85.98 #leaves = 27 max. depth = 8
accuracy = 82.67 #leaves = 25.00 max depth = 7.20