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

@@ -5,17 +5,11 @@ Remapping class numbers:
3 To 4
4 To 5
5 To 6
Pruned decision tree written to csv/synthetic-control.csv.dt.
Unpruned decision tree written to csv/synthetic-control.csv.dt.unpruned.
fold 1: acc. = 82.50 #leaves = 11 max. depth = 5
fold 2: acc. = 89.17 #leaves = 22 max. depth = 8
fold 3: acc. = 89.17 #leaves = 22 max. depth = 6
fold 4: acc. = 84.17 #leaves = 28 max. depth = 8
fold 5: acc. = 90.83 #leaves = 26 max. depth = 8
***1***0.8250000***1.4792350***
***2***0.8916667***1.4454730***
***3***0.8916667***1.5449530***
***4***0.8416666***1.4567370***
***5***0.9083334***1.4451890***
accuracy = 87.17 #leaves = 21.80 max depth = 7.00
Pruned decision tree written to data/csv/synthetic-control.csv.dt.
Unpruned decision tree written to data/csv/synthetic-control.csv.dt.unpruned.
fold 1: acc. = 80.83 #leaves = 15 max. depth = 5
fold 2: acc. = 86.67 #leaves = 24 max. depth = 7
fold 3: acc. = 89.17 #leaves = 21 max. depth = 7
fold 4: acc. = 81.67 #leaves = 27 max. depth = 6
fold 5: acc. = 84.17 #leaves = 30 max. depth = 8
accuracy = 84.50 #leaves = 23.40 max depth = 6.60