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. = 86.91 #leaves = 14 max. depth = 6
fold 2: acc. = 89.53 #leaves = 32 max. depth = 9
fold 3: acc. = 93.72 #leaves = 26 max. depth = 11
fold 4: acc. = 84.82 #leaves = 28 max. depth = 8
fold 5: acc. = 89.18 #leaves = 29 max. depth = 13
***1***0.8691099***0.3134740***
***2***0.8952879***0.3248860***
***3***0.9371728***0.5054900***
***4***0.8481676***0.4043130***
***5***0.8917525***0.4593180***
accuracy = 88.83 #leaves = 25.80 max depth = 9.40
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. = 95.81 #leaves = 10 max. depth = 5
fold 2: acc. = 96.86 #leaves = 15 max. depth = 8
fold 3: acc. = 89.01 #leaves = 20 max. depth = 8
fold 4: acc. = 89.53 #leaves = 22 max. depth = 8
fold 5: acc. = 92.27 #leaves = 12 max. depth = 6
accuracy = 92.69 #leaves = 15.80 max depth = 7.00