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

@@ -1,15 +1,10 @@
Remapping class numbers:
0 To 2
Unpruned decision tree written to csv/tic-tac-toe.csv.dt.
fold 1: acc. = 85.86 #leaves = 40 max. depth = 12
fold 2: acc. = 93.72 #leaves = 23 max. depth = 8
fold 3: acc. = 88.48 #leaves = 28 max. depth = 9
fold 4: acc. = 96.34 #leaves = 23 max. depth = 9
fold 5: acc. = 90.72 #leaves = 23 max. depth = 8
***1***0.8586388***0.5938630***
***2***0.9371728***0.3368140***
***3***0.8848168***0.3955490***
***4***0.9633508***0.4467330***
***5***0.9072165***0.2492180***
accuracy = 91.02 #leaves = 27.40 max depth = 9.20
Pruned decision tree written to data/csv/tic-tac-toe.csv.dt.
Unpruned decision tree written to data/csv/tic-tac-toe.csv.dt.unpruned.
fold 1: acc. = 90.58 #leaves = 19 max. depth = 7
fold 2: acc. = 90.58 #leaves = 22 max. depth = 10
fold 3: acc. = 90.05 #leaves = 23 max. depth = 9
fold 4: acc. = 91.62 #leaves = 21 max. depth = 9
fold 5: acc. = 95.88 #leaves = 20 max. depth = 9
accuracy = 91.75 #leaves = 21.00 max depth = 8.80