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. = 89.01 #leaves = 23 max. depth = 8
fold 2: acc. = 92.67 #leaves = 20 max. depth = 8
fold 3: acc. = 91.62 #leaves = 23 max. depth = 7
fold 4: acc. = 91.62 #leaves = 25 max. depth = 9
fold 5: acc. = 86.60 #leaves = 31 max. depth = 10
***1***0.8900523***0.5320920***
***2***0.9267016***0.2550330***
***3***0.9162304***0.3296450***
***4***0.9162304***0.4183120***
***5***0.8659794***0.3314640***
accuracy = 90.29 #leaves = 24.40 max depth = 8.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. = 93.72 #leaves = 18 max. depth = 6
fold 3: acc. = 93.72 #leaves = 23 max. depth = 9
fold 4: acc. = 95.81 #leaves = 16 max. depth = 7
fold 5: acc. = 95.88 #leaves = 15 max. depth = 6
accuracy = 94.99 #leaves = 16.40 max depth = 6.60