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,16 +1,10 @@
Remapping class numbers:
0 To 2
Pruned decision tree written to csv/tic-tac-toe.csv.dt.
Unpruned decision tree written to csv/tic-tac-toe.csv.dt.unpruned.
fold 1: acc. = 88.48 #leaves = 20 max. depth = 6
fold 2: acc. = 91.62 #leaves = 37 max. depth = 9
fold 3: acc. = 91.62 #leaves = 26 max. depth = 8
fold 4: acc. = 97.91 #leaves = 12 max. depth = 7
fold 5: acc. = 92.78 #leaves = 31 max. depth = 10
***1***0.8848168***0.4140140***
***2***0.9162304***0.4677190***
***3***0.9162304***0.4391380***
***4***0.9790576***0.3592340***
***5***0.9278351***0.3672270***
accuracy = 92.48 #leaves = 25.20 max depth = 8.00
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. = 98.43 #leaves = 8 max. depth = 4
fold 2: acc. = 89.53 #leaves = 23 max. depth = 8
fold 3: acc. = 91.10 #leaves = 26 max. depth = 7
fold 4: acc. = 91.10 #leaves = 24 max. depth = 10
fold 5: acc. = 90.21 #leaves = 21 max. depth = 11
accuracy = 92.07 #leaves = 20.40 max depth = 8.00