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. = 90.58 #leaves = 9 max. depth = 4
fold 2: acc. = 88.48 #leaves = 30 max. depth = 8
fold 3: acc. = 95.81 #leaves = 17 max. depth = 7
fold 4: acc. = 94.76 #leaves = 15 max. depth = 7
fold 5: acc. = 93.30 #leaves = 26 max. depth = 11
***1***0.9057591***0.4037160***
***2***0.8848168***0.3805500***
***3***0.9581152***0.3670500***
***4***0.9476440***0.3686920***
***5***0.9329897***0.4321350***
accuracy = 92.59 #leaves = 19.40 max depth = 7.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. = 94.24 #leaves = 7 max. depth = 3
fold 2: acc. = 95.81 #leaves = 22 max. depth = 7
fold 3: acc. = 96.86 #leaves = 18 max. depth = 8
fold 4: acc. = 95.29 #leaves = 18 max. depth = 7
fold 5: acc. = 95.36 #leaves = 16 max. depth = 9
accuracy = 95.51 #leaves = 16.20 max depth = 6.80