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:
0 To 1
1 To 2
2 To 3
Pruned decision tree written to csv/wine.csv.dt.
Unpruned decision tree written to csv/wine.csv.dt.unpruned.
fold 1: acc. = 94.29 #leaves = 3 max. depth = 2
fold 2: acc. = 91.43 #leaves = 4 max. depth = 3
fold 3: acc. = 91.43 #leaves = 5 max. depth = 3
fold 4: acc. = 82.86 #leaves = 6 max. depth = 3
fold 5: acc. = 100.00 #leaves = 4 max. depth = 3
***1***0.9428571***0.0358000***
***2***0.9142857***0.0391860***
***3***0.9142857***0.0363400***
***4***0.8285714***0.0417340***
***5***1.0000000***0.0339920***
accuracy = 92.13 #leaves = 4.40 max depth = 2.80
Pruned decision tree written to data/csv/wine.csv.dt.
Unpruned decision tree written to data/csv/wine.csv.dt.unpruned.
fold 1: acc. = 100.00 #leaves = 3 max. depth = 2
fold 2: acc. = 97.14 #leaves = 7 max. depth = 4
fold 3: acc. = 94.29 #leaves = 4 max. depth = 3
fold 4: acc. = 85.71 #leaves = 6 max. depth = 3
fold 5: acc. = 84.21 #leaves = 8 max. depth = 5
accuracy = 92.13 #leaves = 5.60 max depth = 3.40