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. = 96.86 #leaves = 10 max. depth = 4
fold 2: acc. = 92.15 #leaves = 33 max. depth = 8
fold 3: acc. = 94.24 #leaves = 18 max. depth = 8
fold 4: acc. = 90.05 #leaves = 29 max. depth = 9
fold 5: acc. = 91.24 #leaves = 30 max. depth = 8
***1***0.9685863***0.4246160***
***2***0.9214660***0.4390310***
***3***0.9424084***0.3739790***
***4***0.9005235***0.4511430***
***5***0.9123712***0.3538230***
accuracy = 92.90 #leaves = 24.00 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. = 91.10 #leaves = 15 max. depth = 6
fold 2: acc. = 94.24 #leaves = 25 max. depth = 11
fold 3: acc. = 93.19 #leaves = 22 max. depth = 9
fold 4: acc. = 93.19 #leaves = 22 max. depth = 9
fold 5: acc. = 90.72 #leaves = 27 max. depth = 10
accuracy = 92.48 #leaves = 22.20 max depth = 9.00