folding_abalone9-18.log 33 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898
  1. ///////////////////////////////////////////
  2. // Running CTAB-GAN on folding_abalone9-18
  3. ///////////////////////////////////////////
  4. Load 'data_input/folding_abalone9-18'
  5. from pickle file
  6. Data loaded.
  7. -> Shuffling data
  8. ### Start exercise for synthetic point generator
  9. ====== Step 1/5 =======
  10. -> Shuffling data
  11. -> Spliting data to slices
  12. ------ Step 1/5: Slice 1/5 -------
  13. -> Reset the GAN
  14. -> Train generator for synthetic samples
  15. 0%| | 0/10 [00:00<?, ?it/s] 10%|█ | 1/10 [00:00<00:05, 1.54it/s] 20%|██ | 2/10 [00:01<00:04, 1.71it/s] 30%|███ | 3/10 [00:01<00:04, 1.73it/s] 40%|████ | 4/10 [00:02<00:03, 1.77it/s] 50%|█████ | 5/10 [00:02<00:02, 1.72it/s] 60%|██████ | 6/10 [00:03<00:02, 1.79it/s] 70%|███████ | 7/10 [00:03<00:01, 1.84it/s] 80%|████████ | 8/10 [00:04<00:01, 1.60it/s] 90%|█████████ | 9/10 [00:05<00:00, 1.67it/s] 100%|██████████| 10/10 [00:05<00:00, 1.63it/s] 100%|██████████| 10/10 [00:05<00:00, 1.68it/s]
  16. -> create 518 synthetic samples
  17. -> test with 'LR'
  18. LR tn, fp: 124, 14
  19. LR fn, tp: 2, 7
  20. LR f1 score: 0.467
  21. LR cohens kappa score: 0.417
  22. LR average precision score: 0.666
  23. -> test with 'RF'
  24. RF tn, fp: 137, 1
  25. RF fn, tp: 7, 2
  26. RF f1 score: 0.333
  27. RF cohens kappa score: 0.312
  28. -> test with 'GB'
  29. GB tn, fp: 136, 2
  30. GB fn, tp: 4, 5
  31. GB f1 score: 0.625
  32. GB cohens kappa score: 0.604
  33. -> test with 'KNN'
  34. KNN tn, fp: 137, 1
  35. KNN fn, tp: 8, 1
  36. KNN f1 score: 0.182
  37. KNN cohens kappa score: 0.163
  38. ------ Step 1/5: Slice 2/5 -------
  39. -> Reset the GAN
  40. -> Train generator for synthetic samples
  41. 0%| | 0/10 [00:00<?, ?it/s] 10%|█ | 1/10 [00:00<00:05, 1.68it/s] 20%|██ | 2/10 [00:01<00:04, 1.64it/s] 30%|███ | 3/10 [00:01<00:04, 1.61it/s] 40%|████ | 4/10 [00:02<00:03, 1.66it/s] 50%|█████ | 5/10 [00:03<00:02, 1.67it/s] 60%|██████ | 6/10 [00:03<00:02, 1.71it/s] 70%|███████ | 7/10 [00:04<00:01, 1.59it/s] 80%|████████ | 8/10 [00:04<00:01, 1.68it/s] 90%|█████████ | 9/10 [00:05<00:00, 1.78it/s] 100%|██████████| 10/10 [00:05<00:00, 1.85it/s] 100%|██████████| 10/10 [00:05<00:00, 1.73it/s]
  42. -> create 518 synthetic samples
  43. -> test with 'LR'
  44. LR tn, fp: 136, 2
  45. LR fn, tp: 4, 5
  46. LR f1 score: 0.625
  47. LR cohens kappa score: 0.604
  48. LR average precision score: 0.546
  49. -> test with 'RF'
  50. RF tn, fp: 136, 2
  51. RF fn, tp: 7, 2
  52. RF f1 score: 0.308
  53. RF cohens kappa score: 0.281
  54. -> test with 'GB'
  55. GB tn, fp: 135, 3
  56. GB fn, tp: 7, 2
  57. GB f1 score: 0.286
  58. GB cohens kappa score: 0.253
  59. -> test with 'KNN'
  60. KNN tn, fp: 136, 2
  61. KNN fn, tp: 8, 1
  62. KNN f1 score: 0.167
  63. KNN cohens kappa score: 0.140
  64. ------ Step 1/5: Slice 3/5 -------
  65. -> Reset the GAN
  66. -> Train generator for synthetic samples
  67. 0%| | 0/10 [00:00<?, ?it/s] 10%|█ | 1/10 [00:00<00:05, 1.70it/s] 20%|██ | 2/10 [00:01<00:04, 1.65it/s] 30%|███ | 3/10 [00:01<00:04, 1.67it/s] 40%|████ | 4/10 [00:02<00:03, 1.59it/s] 50%|█████ | 5/10 [00:03<00:03, 1.55it/s] 60%|██████ | 6/10 [00:03<00:02, 1.56it/s] 70%|███████ | 7/10 [00:04<00:01, 1.53it/s] 80%|████████ | 8/10 [00:05<00:01, 1.61it/s] 90%|█████████ | 9/10 [00:05<00:00, 1.60it/s] 100%|██████████| 10/10 [00:06<00:00, 1.57it/s] 100%|██████████| 10/10 [00:06<00:00, 1.58it/s]
  68. -> create 518 synthetic samples
  69. -> test with 'LR'
  70. LR tn, fp: 129, 9
  71. LR fn, tp: 2, 7
  72. LR f1 score: 0.560
  73. LR cohens kappa score: 0.523
  74. LR average precision score: 0.637
  75. -> test with 'RF'
  76. RF tn, fp: 137, 1
  77. RF fn, tp: 7, 2
  78. RF f1 score: 0.333
  79. RF cohens kappa score: 0.312
  80. -> test with 'GB'
  81. GB tn, fp: 134, 4
  82. GB fn, tp: 6, 3
  83. GB f1 score: 0.375
  84. GB cohens kappa score: 0.340
  85. -> test with 'KNN'
  86. KNN tn, fp: 138, 0
  87. KNN fn, tp: 8, 1
  88. KNN f1 score: 0.200
  89. KNN cohens kappa score: 0.190
  90. ------ Step 1/5: Slice 4/5 -------
  91. -> Reset the GAN
  92. -> Train generator for synthetic samples
  93. 0%| | 0/10 [00:00<?, ?it/s] 10%|█ | 1/10 [00:00<00:06, 1.32it/s] 20%|██ | 2/10 [00:01<00:05, 1.41it/s] 30%|███ | 3/10 [00:02<00:04, 1.46it/s] 40%|████ | 4/10 [00:02<00:04, 1.40it/s] 50%|█████ | 5/10 [00:03<00:03, 1.42it/s] 60%|██████ | 6/10 [00:04<00:02, 1.52it/s] 70%|███████ | 7/10 [00:04<00:01, 1.58it/s] 80%|████████ | 8/10 [00:05<00:01, 1.52it/s] 90%|█████████ | 9/10 [00:06<00:00, 1.55it/s] 100%|██████████| 10/10 [00:06<00:00, 1.58it/s] 100%|██████████| 10/10 [00:06<00:00, 1.51it/s]
  94. -> create 518 synthetic samples
  95. -> test with 'LR'
  96. LR tn, fp: 131, 7
  97. LR fn, tp: 2, 7
  98. LR f1 score: 0.609
  99. LR cohens kappa score: 0.577
  100. LR average precision score: 0.729
  101. -> test with 'RF'
  102. RF tn, fp: 138, 0
  103. RF fn, tp: 7, 2
  104. RF f1 score: 0.364
  105. RF cohens kappa score: 0.349
  106. -> test with 'GB'
  107. GB tn, fp: 136, 2
  108. GB fn, tp: 6, 3
  109. GB f1 score: 0.429
  110. GB cohens kappa score: 0.402
  111. -> test with 'KNN'
  112. KNN tn, fp: 137, 1
  113. KNN fn, tp: 9, 0
  114. KNN f1 score: 0.000
  115. KNN cohens kappa score: -0.012
  116. ------ Step 1/5: Slice 5/5 -------
  117. -> Reset the GAN
  118. -> Train generator for synthetic samples
  119. 0%| | 0/10 [00:00<?, ?it/s] 10%|█ | 1/10 [00:00<00:04, 1.92it/s] 20%|██ | 2/10 [00:01<00:05, 1.54it/s] 30%|███ | 3/10 [00:01<00:04, 1.61it/s] 40%|████ | 4/10 [00:02<00:03, 1.67it/s] 50%|█████ | 5/10 [00:03<00:03, 1.56it/s] 60%|██████ | 6/10 [00:03<00:02, 1.61it/s] 70%|███████ | 7/10 [00:04<00:01, 1.66it/s] 80%|████████ | 8/10 [00:04<00:01, 1.66it/s] 90%|█████████ | 9/10 [00:05<00:00, 1.40it/s] 100%|██████████| 10/10 [00:06<00:00, 1.35it/s] 100%|██████████| 10/10 [00:06<00:00, 1.51it/s]
  120. -> create 516 synthetic samples
  121. -> test with 'LR'
  122. LR tn, fp: 123, 14
  123. LR fn, tp: 3, 3
  124. LR f1 score: 0.261
  125. LR cohens kappa score: 0.212
  126. LR average precision score: 0.458
  127. -> test with 'RF'
  128. RF tn, fp: 135, 2
  129. RF fn, tp: 6, 0
  130. RF f1 score: 0.000
  131. RF cohens kappa score: -0.021
  132. -> test with 'GB'
  133. GB tn, fp: 134, 3
  134. GB fn, tp: 5, 1
  135. GB f1 score: 0.200
  136. GB cohens kappa score: 0.172
  137. -> test with 'KNN'
  138. KNN tn, fp: 133, 4
  139. KNN fn, tp: 6, 0
  140. KNN f1 score: 0.000
  141. KNN cohens kappa score: -0.035
  142. ====== Step 2/5 =======
  143. -> Shuffling data
  144. -> Spliting data to slices
  145. ------ Step 2/5: Slice 1/5 -------
  146. -> Reset the GAN
  147. -> Train generator for synthetic samples
  148. 0%| | 0/10 [00:00<?, ?it/s] 10%|█ | 1/10 [00:00<00:05, 1.64it/s] 20%|██ | 2/10 [00:01<00:04, 1.81it/s] 30%|███ | 3/10 [00:01<00:03, 1.87it/s] 40%|████ | 4/10 [00:02<00:03, 1.84it/s] 50%|█████ | 5/10 [00:02<00:03, 1.58it/s] 60%|██████ | 6/10 [00:03<00:02, 1.59it/s] 70%|███████ | 7/10 [00:04<00:01, 1.61it/s] 80%|████████ | 8/10 [00:04<00:01, 1.60it/s] 90%|█████████ | 9/10 [00:05<00:00, 1.55it/s] 100%|██████████| 10/10 [00:06<00:00, 1.57it/s] 100%|██████████| 10/10 [00:06<00:00, 1.63it/s]
  149. -> create 518 synthetic samples
  150. -> test with 'LR'
  151. LR tn, fp: 125, 13
  152. LR fn, tp: 2, 7
  153. LR f1 score: 0.483
  154. LR cohens kappa score: 0.435
  155. LR average precision score: 0.726
  156. -> test with 'RF'
  157. RF tn, fp: 137, 1
  158. RF fn, tp: 9, 0
  159. RF f1 score: 0.000
  160. RF cohens kappa score: -0.012
  161. -> test with 'GB'
  162. GB tn, fp: 135, 3
  163. GB fn, tp: 7, 2
  164. GB f1 score: 0.286
  165. GB cohens kappa score: 0.253
  166. -> test with 'KNN'
  167. KNN tn, fp: 138, 0
  168. KNN fn, tp: 8, 1
  169. KNN f1 score: 0.200
  170. KNN cohens kappa score: 0.190
  171. ------ Step 2/5: Slice 2/5 -------
  172. -> Reset the GAN
  173. -> Train generator for synthetic samples
  174. 0%| | 0/10 [00:00<?, ?it/s] 10%|█ | 1/10 [00:00<00:05, 1.71it/s] 20%|██ | 2/10 [00:01<00:04, 1.72it/s] 30%|███ | 3/10 [00:01<00:04, 1.56it/s] 40%|████ | 4/10 [00:02<00:03, 1.59it/s] 50%|█████ | 5/10 [00:02<00:02, 1.71it/s] 60%|██████ | 6/10 [00:03<00:02, 1.81it/s] 70%|███████ | 7/10 [00:04<00:01, 1.55it/s] 80%|████████ | 8/10 [00:04<00:01, 1.57it/s] 90%|█████████ | 9/10 [00:05<00:00, 1.65it/s] 100%|██████████| 10/10 [00:06<00:00, 1.62it/s] 100%|██████████| 10/10 [00:06<00:00, 1.63it/s]
  175. -> create 518 synthetic samples
  176. -> test with 'LR'
  177. LR tn, fp: 132, 6
  178. LR fn, tp: 3, 6
  179. LR f1 score: 0.571
  180. LR cohens kappa score: 0.539
  181. LR average precision score: 0.594
  182. -> test with 'RF'
  183. RF tn, fp: 137, 1
  184. RF fn, tp: 7, 2
  185. RF f1 score: 0.333
  186. RF cohens kappa score: 0.312
  187. -> test with 'GB'
  188. GB tn, fp: 133, 5
  189. GB fn, tp: 6, 3
  190. GB f1 score: 0.353
  191. GB cohens kappa score: 0.313
  192. -> test with 'KNN'
  193. KNN tn, fp: 137, 1
  194. KNN fn, tp: 7, 2
  195. KNN f1 score: 0.333
  196. KNN cohens kappa score: 0.312
  197. ------ Step 2/5: Slice 3/5 -------
  198. -> Reset the GAN
  199. -> Train generator for synthetic samples
  200. 0%| | 0/10 [00:00<?, ?it/s] 10%|█ | 1/10 [00:00<00:04, 1.80it/s] 20%|██ | 2/10 [00:01<00:04, 1.66it/s] 30%|███ | 3/10 [00:01<00:04, 1.70it/s] 40%|████ | 4/10 [00:02<00:04, 1.43it/s] 50%|█████ | 5/10 [00:03<00:03, 1.47it/s] 60%|██████ | 6/10 [00:03<00:02, 1.58it/s] 70%|███████ | 7/10 [00:04<00:01, 1.67it/s] 80%|████████ | 8/10 [00:05<00:01, 1.62it/s] 90%|█████████ | 9/10 [00:05<00:00, 1.54it/s] 100%|██████████| 10/10 [00:06<00:00, 1.48it/s] 100%|██████████| 10/10 [00:06<00:00, 1.55it/s]
  201. -> create 518 synthetic samples
  202. -> test with 'LR'
  203. LR tn, fp: 131, 7
  204. LR fn, tp: 3, 6
  205. LR f1 score: 0.545
  206. LR cohens kappa score: 0.510
  207. LR average precision score: 0.532
  208. -> test with 'RF'
  209. RF tn, fp: 135, 3
  210. RF fn, tp: 8, 1
  211. RF f1 score: 0.154
  212. RF cohens kappa score: 0.121
  213. -> test with 'GB'
  214. GB tn, fp: 133, 5
  215. GB fn, tp: 5, 4
  216. GB f1 score: 0.444
  217. GB cohens kappa score: 0.408
  218. -> test with 'KNN'
  219. KNN tn, fp: 138, 0
  220. KNN fn, tp: 9, 0
  221. KNN f1 score: 0.000
  222. KNN cohens kappa score: 0.000
  223. ------ Step 2/5: Slice 4/5 -------
  224. -> Reset the GAN
  225. -> Train generator for synthetic samples
  226. 0%| | 0/10 [00:00<?, ?it/s] 10%|█ | 1/10 [00:00<00:05, 1.59it/s] 20%|██ | 2/10 [00:01<00:05, 1.56it/s] 30%|███ | 3/10 [00:01<00:04, 1.58it/s] 40%|████ | 4/10 [00:02<00:03, 1.53it/s] 50%|█████ | 5/10 [00:03<00:03, 1.52it/s] 60%|██████ | 6/10 [00:03<00:02, 1.57it/s] 70%|███████ | 7/10 [00:04<00:01, 1.55it/s] 80%|████████ | 8/10 [00:04<00:01, 1.68it/s] 90%|█████████ | 9/10 [00:05<00:00, 1.74it/s] 100%|██████████| 10/10 [00:06<00:00, 1.62it/s] 100%|██████████| 10/10 [00:06<00:00, 1.60it/s]
  227. -> create 518 synthetic samples
  228. -> test with 'LR'
  229. LR tn, fp: 126, 12
  230. LR fn, tp: 1, 8
  231. LR f1 score: 0.552
  232. LR cohens kappa score: 0.510
  233. LR average precision score: 0.720
  234. -> test with 'RF'
  235. RF tn, fp: 137, 1
  236. RF fn, tp: 6, 3
  237. RF f1 score: 0.462
  238. RF cohens kappa score: 0.440
  239. -> test with 'GB'
  240. GB tn, fp: 136, 2
  241. GB fn, tp: 5, 4
  242. GB f1 score: 0.533
  243. GB cohens kappa score: 0.509
  244. -> test with 'KNN'
  245. KNN tn, fp: 136, 2
  246. KNN fn, tp: 8, 1
  247. KNN f1 score: 0.167
  248. KNN cohens kappa score: 0.140
  249. ------ Step 2/5: Slice 5/5 -------
  250. -> Reset the GAN
  251. -> Train generator for synthetic samples
  252. 0%| | 0/10 [00:00<?, ?it/s] 10%|█ | 1/10 [00:00<00:05, 1.62it/s] 20%|██ | 2/10 [00:01<00:04, 1.73it/s] 30%|███ | 3/10 [00:01<00:03, 1.78it/s] 40%|████ | 4/10 [00:02<00:03, 1.67it/s] 50%|█████ | 5/10 [00:03<00:03, 1.63it/s] 60%|██████ | 6/10 [00:03<00:02, 1.67it/s] 70%|███████ | 7/10 [00:04<00:01, 1.69it/s] 80%|████████ | 8/10 [00:04<00:01, 1.71it/s] 90%|█████████ | 9/10 [00:05<00:00, 1.56it/s] 100%|██████████| 10/10 [00:05<00:00, 1.67it/s] 100%|██████████| 10/10 [00:05<00:00, 1.67it/s]
  253. -> create 516 synthetic samples
  254. -> test with 'LR'
  255. LR tn, fp: 132, 5
  256. LR fn, tp: 2, 4
  257. LR f1 score: 0.533
  258. LR cohens kappa score: 0.509
  259. LR average precision score: 0.648
  260. -> test with 'RF'
  261. RF tn, fp: 136, 1
  262. RF fn, tp: 4, 2
  263. RF f1 score: 0.444
  264. RF cohens kappa score: 0.428
  265. -> test with 'GB'
  266. GB tn, fp: 134, 3
  267. GB fn, tp: 3, 3
  268. GB f1 score: 0.500
  269. GB cohens kappa score: 0.478
  270. -> test with 'KNN'
  271. KNN tn, fp: 137, 0
  272. KNN fn, tp: 6, 0
  273. KNN f1 score: 0.000
  274. KNN cohens kappa score: 0.000
  275. ====== Step 3/5 =======
  276. -> Shuffling data
  277. -> Spliting data to slices
  278. ------ Step 3/5: Slice 1/5 -------
  279. -> Reset the GAN
  280. -> Train generator for synthetic samples
  281. 0%| | 0/10 [00:00<?, ?it/s] 10%|█ | 1/10 [00:00<00:04, 1.81it/s] 20%|██ | 2/10 [00:01<00:04, 1.80it/s] 30%|███ | 3/10 [00:01<00:04, 1.74it/s] 40%|████ | 4/10 [00:02<00:03, 1.75it/s] 50%|█████ | 5/10 [00:02<00:02, 1.67it/s] 60%|██████ | 6/10 [00:03<00:02, 1.68it/s] 70%|███████ | 7/10 [00:04<00:01, 1.69it/s] 80%|████████ | 8/10 [00:04<00:01, 1.64it/s] 90%|█████████ | 9/10 [00:05<00:00, 1.66it/s] 100%|██████████| 10/10 [00:05<00:00, 1.64it/s] 100%|██████████| 10/10 [00:05<00:00, 1.68it/s]
  282. -> create 518 synthetic samples
  283. -> test with 'LR'
  284. LR tn, fp: 127, 11
  285. LR fn, tp: 3, 6
  286. LR f1 score: 0.462
  287. LR cohens kappa score: 0.415
  288. LR average precision score: 0.398
  289. -> test with 'RF'
  290. RF tn, fp: 136, 2
  291. RF fn, tp: 9, 0
  292. RF f1 score: 0.000
  293. RF cohens kappa score: -0.023
  294. -> test with 'GB'
  295. GB tn, fp: 134, 4
  296. GB fn, tp: 7, 2
  297. GB f1 score: 0.267
  298. GB cohens kappa score: 0.229
  299. -> test with 'KNN'
  300. KNN tn, fp: 138, 0
  301. KNN fn, tp: 9, 0
  302. KNN f1 score: 0.000
  303. KNN cohens kappa score: 0.000
  304. ------ Step 3/5: Slice 2/5 -------
  305. -> Reset the GAN
  306. -> Train generator for synthetic samples
  307. 0%| | 0/10 [00:00<?, ?it/s] 10%|█ | 1/10 [00:00<00:04, 2.04it/s] 20%|██ | 2/10 [00:01<00:04, 1.74it/s] 30%|███ | 3/10 [00:01<00:04, 1.57it/s] 40%|████ | 4/10 [00:02<00:03, 1.53it/s] 50%|█████ | 5/10 [00:03<00:03, 1.47it/s] 60%|██████ | 6/10 [00:03<00:02, 1.57it/s] 70%|███████ | 7/10 [00:04<00:01, 1.62it/s] 80%|████████ | 8/10 [00:05<00:01, 1.53it/s] 90%|█████████ | 9/10 [00:05<00:00, 1.61it/s] 100%|██████████| 10/10 [00:06<00:00, 1.55it/s] 100%|██████████| 10/10 [00:06<00:00, 1.57it/s]
  308. -> create 518 synthetic samples
  309. -> test with 'LR'
  310. LR tn, fp: 131, 7
  311. LR fn, tp: 0, 9
  312. LR f1 score: 0.720
  313. LR cohens kappa score: 0.696
  314. LR average precision score: 0.707
  315. -> test with 'RF'
  316. RF tn, fp: 138, 0
  317. RF fn, tp: 9, 0
  318. RF f1 score: 0.000
  319. RF cohens kappa score: 0.000
  320. -> test with 'GB'
  321. GB tn, fp: 138, 0
  322. GB fn, tp: 8, 1
  323. GB f1 score: 0.200
  324. GB cohens kappa score: 0.190
  325. -> test with 'KNN'
  326. KNN tn, fp: 137, 1
  327. KNN fn, tp: 9, 0
  328. KNN f1 score: 0.000
  329. KNN cohens kappa score: -0.012
  330. ------ Step 3/5: Slice 3/5 -------
  331. -> Reset the GAN
  332. -> Train generator for synthetic samples
  333. 0%| | 0/10 [00:00<?, ?it/s] 10%|█ | 1/10 [00:00<00:05, 1.57it/s] 20%|██ | 2/10 [00:01<00:04, 1.76it/s] 30%|███ | 3/10 [00:01<00:04, 1.68it/s] 40%|████ | 4/10 [00:02<00:03, 1.61it/s] 50%|█████ | 5/10 [00:03<00:03, 1.60it/s] 60%|██████ | 6/10 [00:03<00:02, 1.55it/s] 70%|███████ | 7/10 [00:04<00:01, 1.57it/s] 80%|████████ | 8/10 [00:04<00:01, 1.63it/s] 90%|█████████ | 9/10 [00:05<00:00, 1.66it/s] 100%|██████████| 10/10 [00:06<00:00, 1.68it/s] 100%|██████████| 10/10 [00:06<00:00, 1.64it/s]
  334. -> create 518 synthetic samples
  335. -> test with 'LR'
  336. LR tn, fp: 129, 9
  337. LR fn, tp: 4, 5
  338. LR f1 score: 0.435
  339. LR cohens kappa score: 0.389
  340. LR average precision score: 0.557
  341. -> test with 'RF'
  342. RF tn, fp: 137, 1
  343. RF fn, tp: 7, 2
  344. RF f1 score: 0.333
  345. RF cohens kappa score: 0.312
  346. -> test with 'GB'
  347. GB tn, fp: 136, 2
  348. GB fn, tp: 7, 2
  349. GB f1 score: 0.308
  350. GB cohens kappa score: 0.281
  351. -> test with 'KNN'
  352. KNN tn, fp: 135, 3
  353. KNN fn, tp: 8, 1
  354. KNN f1 score: 0.154
  355. KNN cohens kappa score: 0.121
  356. ------ Step 3/5: Slice 4/5 -------
  357. -> Reset the GAN
  358. -> Train generator for synthetic samples
  359. 0%| | 0/10 [00:00<?, ?it/s] 10%|█ | 1/10 [00:00<00:05, 1.56it/s] 20%|██ | 2/10 [00:01<00:05, 1.58it/s] 30%|███ | 3/10 [00:01<00:04, 1.54it/s] 40%|████ | 4/10 [00:02<00:03, 1.70it/s] 50%|█████ | 5/10 [00:02<00:02, 1.81it/s] 60%|██████ | 6/10 [00:03<00:02, 1.76it/s] 70%|███████ | 7/10 [00:04<00:01, 1.63it/s] 80%|████████ | 8/10 [00:04<00:01, 1.63it/s] 90%|█████████ | 9/10 [00:05<00:00, 1.66it/s] 100%|██████████| 10/10 [00:06<00:00, 1.65it/s] 100%|██████████| 10/10 [00:06<00:00, 1.66it/s]
  360. -> create 518 synthetic samples
  361. -> test with 'LR'
  362. LR tn, fp: 129, 9
  363. LR fn, tp: 2, 7
  364. LR f1 score: 0.560
  365. LR cohens kappa score: 0.523
  366. LR average precision score: 0.724
  367. -> test with 'RF'
  368. RF tn, fp: 137, 1
  369. RF fn, tp: 7, 2
  370. RF f1 score: 0.333
  371. RF cohens kappa score: 0.312
  372. -> test with 'GB'
  373. GB tn, fp: 135, 3
  374. GB fn, tp: 5, 4
  375. GB f1 score: 0.500
  376. GB cohens kappa score: 0.472
  377. -> test with 'KNN'
  378. KNN tn, fp: 137, 1
  379. KNN fn, tp: 6, 3
  380. KNN f1 score: 0.462
  381. KNN cohens kappa score: 0.440
  382. ------ Step 3/5: Slice 5/5 -------
  383. -> Reset the GAN
  384. -> Train generator for synthetic samples
  385. 0%| | 0/10 [00:00<?, ?it/s] 10%|█ | 1/10 [00:00<00:04, 1.81it/s] 20%|██ | 2/10 [00:01<00:04, 1.68it/s] 30%|███ | 3/10 [00:01<00:04, 1.71it/s] 40%|████ | 4/10 [00:02<00:03, 1.67it/s] 50%|█████ | 5/10 [00:03<00:03, 1.54it/s] 60%|██████ | 6/10 [00:03<00:02, 1.64it/s] 70%|███████ | 7/10 [00:04<00:01, 1.71it/s] 80%|████████ | 8/10 [00:04<00:01, 1.75it/s] 90%|█████████ | 9/10 [00:05<00:00, 1.58it/s] 100%|██████████| 10/10 [00:06<00:00, 1.63it/s] 100%|██████████| 10/10 [00:06<00:00, 1.65it/s]
  386. -> create 516 synthetic samples
  387. -> test with 'LR'
  388. LR tn, fp: 127, 10
  389. LR fn, tp: 2, 4
  390. LR f1 score: 0.400
  391. LR cohens kappa score: 0.363
  392. LR average precision score: 0.610
  393. -> test with 'RF'
  394. RF tn, fp: 136, 1
  395. RF fn, tp: 5, 1
  396. RF f1 score: 0.250
  397. RF cohens kappa score: 0.234
  398. -> test with 'GB'
  399. GB tn, fp: 135, 2
  400. GB fn, tp: 4, 2
  401. GB f1 score: 0.400
  402. GB cohens kappa score: 0.379
  403. -> test with 'KNN'
  404. KNN tn, fp: 137, 0
  405. KNN fn, tp: 6, 0
  406. KNN f1 score: 0.000
  407. KNN cohens kappa score: 0.000
  408. ====== Step 4/5 =======
  409. -> Shuffling data
  410. -> Spliting data to slices
  411. ------ Step 4/5: Slice 1/5 -------
  412. -> Reset the GAN
  413. -> Train generator for synthetic samples
  414. 0%| | 0/10 [00:00<?, ?it/s] 10%|█ | 1/10 [00:00<00:05, 1.51it/s] 20%|██ | 2/10 [00:01<00:05, 1.56it/s] 30%|███ | 3/10 [00:01<00:04, 1.60it/s] 40%|████ | 4/10 [00:02<00:03, 1.65it/s] 50%|█████ | 5/10 [00:03<00:02, 1.69it/s] 60%|██████ | 6/10 [00:03<00:02, 1.68it/s] 70%|███████ | 7/10 [00:04<00:01, 1.71it/s] 80%|████████ | 8/10 [00:04<00:01, 1.68it/s] 90%|█████████ | 9/10 [00:05<00:00, 1.77it/s] 100%|██████████| 10/10 [00:05<00:00, 1.86it/s] 100%|██████████| 10/10 [00:05<00:00, 1.72it/s]
  415. -> create 518 synthetic samples
  416. -> test with 'LR'
  417. LR tn, fp: 129, 9
  418. LR fn, tp: 4, 5
  419. LR f1 score: 0.435
  420. LR cohens kappa score: 0.389
  421. LR average precision score: 0.624
  422. -> test with 'RF'
  423. RF tn, fp: 137, 1
  424. RF fn, tp: 6, 3
  425. RF f1 score: 0.462
  426. RF cohens kappa score: 0.440
  427. -> test with 'GB'
  428. GB tn, fp: 134, 4
  429. GB fn, tp: 5, 4
  430. GB f1 score: 0.471
  431. GB cohens kappa score: 0.438
  432. -> test with 'KNN'
  433. KNN tn, fp: 138, 0
  434. KNN fn, tp: 7, 2
  435. KNN f1 score: 0.364
  436. KNN cohens kappa score: 0.349
  437. ------ Step 4/5: Slice 2/5 -------
  438. -> Reset the GAN
  439. -> Train generator for synthetic samples
  440. 0%| | 0/10 [00:00<?, ?it/s] 10%|█ | 1/10 [00:00<00:06, 1.31it/s] 20%|██ | 2/10 [00:01<00:05, 1.47it/s] 30%|███ | 3/10 [00:01<00:04, 1.55it/s] 40%|████ | 4/10 [00:02<00:03, 1.50it/s] 50%|█████ | 5/10 [00:03<00:03, 1.61it/s] 60%|██████ | 6/10 [00:03<00:02, 1.64it/s] 70%|███████ | 7/10 [00:04<00:01, 1.69it/s] 80%|████████ | 8/10 [00:05<00:01, 1.65it/s] 90%|█████████ | 9/10 [00:05<00:00, 1.61it/s] 100%|██████████| 10/10 [00:06<00:00, 1.63it/s] 100%|██████████| 10/10 [00:06<00:00, 1.60it/s]
  441. -> create 518 synthetic samples
  442. -> test with 'LR'
  443. LR tn, fp: 122, 16
  444. LR fn, tp: 3, 6
  445. LR f1 score: 0.387
  446. LR cohens kappa score: 0.329
  447. LR average precision score: 0.632
  448. -> test with 'RF'
  449. RF tn, fp: 135, 3
  450. RF fn, tp: 6, 3
  451. RF f1 score: 0.400
  452. RF cohens kappa score: 0.369
  453. -> test with 'GB'
  454. GB tn, fp: 132, 6
  455. GB fn, tp: 5, 4
  456. GB f1 score: 0.421
  457. GB cohens kappa score: 0.381
  458. -> test with 'KNN'
  459. KNN tn, fp: 138, 0
  460. KNN fn, tp: 9, 0
  461. KNN f1 score: 0.000
  462. KNN cohens kappa score: 0.000
  463. ------ Step 4/5: Slice 3/5 -------
  464. -> Reset the GAN
  465. -> Train generator for synthetic samples
  466. 0%| | 0/10 [00:00<?, ?it/s] 10%|█ | 1/10 [00:00<00:06, 1.43it/s] 20%|██ | 2/10 [00:01<00:05, 1.35it/s] 30%|███ | 3/10 [00:02<00:05, 1.31it/s] 40%|████ | 4/10 [00:03<00:04, 1.28it/s] 50%|█████ | 5/10 [00:03<00:03, 1.28it/s] 60%|██████ | 6/10 [00:04<00:02, 1.37it/s] 70%|███████ | 7/10 [00:05<00:02, 1.38it/s] 80%|████████ | 8/10 [00:05<00:01, 1.46it/s] 90%|█████████ | 9/10 [00:06<00:00, 1.49it/s] 100%|██████████| 10/10 [00:07<00:00, 1.53it/s] 100%|██████████| 10/10 [00:07<00:00, 1.42it/s]
  467. -> create 518 synthetic samples
  468. -> test with 'LR'
  469. LR tn, fp: 131, 7
  470. LR fn, tp: 2, 7
  471. LR f1 score: 0.609
  472. LR cohens kappa score: 0.577
  473. LR average precision score: 0.752
  474. -> test with 'RF'
  475. RF tn, fp: 138, 0
  476. RF fn, tp: 8, 1
  477. RF f1 score: 0.200
  478. RF cohens kappa score: 0.190
  479. -> test with 'GB'
  480. GB tn, fp: 135, 3
  481. GB fn, tp: 6, 3
  482. GB f1 score: 0.400
  483. GB cohens kappa score: 0.369
  484. -> test with 'KNN'
  485. KNN tn, fp: 138, 0
  486. KNN fn, tp: 9, 0
  487. KNN f1 score: 0.000
  488. KNN cohens kappa score: 0.000
  489. ------ Step 4/5: Slice 4/5 -------
  490. -> Reset the GAN
  491. -> Train generator for synthetic samples
  492. 0%| | 0/10 [00:00<?, ?it/s] 10%|█ | 1/10 [00:00<00:05, 1.69it/s] 20%|██ | 2/10 [00:01<00:04, 1.89it/s] 30%|███ | 3/10 [00:01<00:03, 1.98it/s] 40%|████ | 4/10 [00:02<00:03, 1.67it/s] 50%|█████ | 5/10 [00:02<00:03, 1.64it/s] 60%|██████ | 6/10 [00:03<00:02, 1.59it/s] 70%|███████ | 7/10 [00:04<00:01, 1.61it/s] 80%|████████ | 8/10 [00:04<00:01, 1.67it/s] 90%|█████████ | 9/10 [00:05<00:00, 1.43it/s] 100%|██████████| 10/10 [00:06<00:00, 1.38it/s] 100%|██████████| 10/10 [00:06<00:00, 1.55it/s]
  493. -> create 518 synthetic samples
  494. -> test with 'LR'
  495. LR tn, fp: 134, 4
  496. LR fn, tp: 2, 7
  497. LR f1 score: 0.700
  498. LR cohens kappa score: 0.678
  499. LR average precision score: 0.780
  500. -> test with 'RF'
  501. RF tn, fp: 137, 1
  502. RF fn, tp: 8, 1
  503. RF f1 score: 0.182
  504. RF cohens kappa score: 0.163
  505. -> test with 'GB'
  506. GB tn, fp: 136, 2
  507. GB fn, tp: 6, 3
  508. GB f1 score: 0.429
  509. GB cohens kappa score: 0.402
  510. -> test with 'KNN'
  511. KNN tn, fp: 137, 1
  512. KNN fn, tp: 7, 2
  513. KNN f1 score: 0.333
  514. KNN cohens kappa score: 0.312
  515. ------ Step 4/5: Slice 5/5 -------
  516. -> Reset the GAN
  517. -> Train generator for synthetic samples
  518. 0%| | 0/10 [00:00<?, ?it/s] 10%|█ | 1/10 [00:00<00:07, 1.23it/s] 20%|██ | 2/10 [00:01<00:06, 1.32it/s] 30%|███ | 3/10 [00:02<00:04, 1.45it/s] 40%|████ | 4/10 [00:02<00:04, 1.50it/s] 50%|█████ | 5/10 [00:03<00:03, 1.61it/s] 60%|██████ | 6/10 [00:03<00:02, 1.67it/s] 70%|███████ | 7/10 [00:05<00:02, 1.28it/s] 80%|████████ | 8/10 [00:06<00:01, 1.06it/s] 90%|█████████ | 9/10 [00:07<00:00, 1.03it/s] 100%|██████████| 10/10 [00:08<00:00, 1.07it/s] 100%|██████████| 10/10 [00:08<00:00, 1.22it/s]
  519. -> create 516 synthetic samples
  520. -> test with 'LR'
  521. LR tn, fp: 132, 5
  522. LR fn, tp: 1, 5
  523. LR f1 score: 0.625
  524. LR cohens kappa score: 0.604
  525. LR average precision score: 0.631
  526. -> test with 'RF'
  527. RF tn, fp: 137, 0
  528. RF fn, tp: 6, 0
  529. RF f1 score: 0.000
  530. RF cohens kappa score: 0.000
  531. -> test with 'GB'
  532. GB tn, fp: 136, 1
  533. GB fn, tp: 4, 2
  534. GB f1 score: 0.444
  535. GB cohens kappa score: 0.428
  536. -> test with 'KNN'
  537. KNN tn, fp: 136, 1
  538. KNN fn, tp: 5, 1
  539. KNN f1 score: 0.250
  540. KNN cohens kappa score: 0.234
  541. ====== Step 5/5 =======
  542. -> Shuffling data
  543. -> Spliting data to slices
  544. ------ Step 5/5: Slice 1/5 -------
  545. -> Reset the GAN
  546. -> Train generator for synthetic samples
  547. 0%| | 0/10 [00:00<?, ?it/s] 10%|█ | 1/10 [00:00<00:06, 1.48it/s] 20%|██ | 2/10 [00:01<00:05, 1.46it/s] 30%|███ | 3/10 [00:02<00:06, 1.12it/s] 40%|████ | 4/10 [00:03<00:05, 1.20it/s] 50%|█████ | 5/10 [00:04<00:04, 1.24it/s] 60%|██████ | 6/10 [00:04<00:02, 1.36it/s] 70%|███████ | 7/10 [00:05<00:01, 1.52it/s] 80%|████████ | 8/10 [00:05<00:01, 1.66it/s] 90%|█████████ | 9/10 [00:06<00:00, 1.46it/s] 100%|██████████| 10/10 [00:07<00:00, 1.33it/s] 100%|██████████| 10/10 [00:07<00:00, 1.36it/s]
  548. -> create 518 synthetic samples
  549. -> test with 'LR'
  550. LR tn, fp: 111, 27
  551. LR fn, tp: 1, 8
  552. LR f1 score: 0.364
  553. LR cohens kappa score: 0.295
  554. LR average precision score: 0.477
  555. -> test with 'RF'
  556. RF tn, fp: 138, 0
  557. RF fn, tp: 9, 0
  558. RF f1 score: 0.000
  559. RF cohens kappa score: 0.000
  560. -> test with 'GB'
  561. GB tn, fp: 135, 3
  562. GB fn, tp: 8, 1
  563. GB f1 score: 0.154
  564. GB cohens kappa score: 0.121
  565. -> test with 'KNN'
  566. KNN tn, fp: 138, 0
  567. KNN fn, tp: 9, 0
  568. KNN f1 score: 0.000
  569. KNN cohens kappa score: 0.000
  570. ------ Step 5/5: Slice 2/5 -------
  571. -> Reset the GAN
  572. -> Train generator for synthetic samples
  573. 0%| | 0/10 [00:00<?, ?it/s] 10%|█ | 1/10 [00:00<00:08, 1.01it/s] 20%|██ | 2/10 [00:01<00:07, 1.10it/s] 30%|███ | 3/10 [00:02<00:05, 1.33it/s] 40%|████ | 4/10 [00:03<00:04, 1.38it/s] 50%|█████ | 5/10 [00:03<00:03, 1.42it/s] 60%|██████ | 6/10 [00:04<00:02, 1.51it/s] 70%|███████ | 7/10 [00:04<00:01, 1.56it/s] 80%|████████ | 8/10 [00:05<00:01, 1.54it/s] 90%|█████████ | 9/10 [00:06<00:00, 1.56it/s] 100%|██████████| 10/10 [00:06<00:00, 1.67it/s] 100%|██████████| 10/10 [00:06<00:00, 1.49it/s]
  574. -> create 518 synthetic samples
  575. -> test with 'LR'
  576. LR tn, fp: 134, 4
  577. LR fn, tp: 4, 5
  578. LR f1 score: 0.556
  579. LR cohens kappa score: 0.527
  580. LR average precision score: 0.614
  581. -> test with 'RF'
  582. RF tn, fp: 138, 0
  583. RF fn, tp: 7, 2
  584. RF f1 score: 0.364
  585. RF cohens kappa score: 0.349
  586. -> test with 'GB'
  587. GB tn, fp: 136, 2
  588. GB fn, tp: 7, 2
  589. GB f1 score: 0.308
  590. GB cohens kappa score: 0.281
  591. -> test with 'KNN'
  592. KNN tn, fp: 138, 0
  593. KNN fn, tp: 8, 1
  594. KNN f1 score: 0.200
  595. KNN cohens kappa score: 0.190
  596. ------ Step 5/5: Slice 3/5 -------
  597. -> Reset the GAN
  598. -> Train generator for synthetic samples
  599. 0%| | 0/10 [00:00<?, ?it/s] 10%|█ | 1/10 [00:00<00:08, 1.07it/s] 20%|██ | 2/10 [00:01<00:07, 1.03it/s] 30%|███ | 3/10 [00:02<00:06, 1.03it/s] 40%|████ | 4/10 [00:03<00:06, 1.01s/it] 50%|█████ | 5/10 [00:05<00:05, 1.16s/it] 60%|██████ | 6/10 [00:15<00:16, 4.07s/it] 70%|███████ | 7/10 [00:16<00:09, 3.31s/it] 80%|████████ | 8/10 [00:18<00:05, 2.62s/it] 90%|█████████ | 9/10 [00:19<00:02, 2.17s/it] 100%|██████████| 10/10 [00:20<00:00, 1.90s/it] 100%|██████████| 10/10 [00:20<00:00, 2.05s/it]
  600. -> create 518 synthetic samples
  601. -> test with 'LR'
  602. LR tn, fp: 126, 12
  603. LR fn, tp: 5, 4
  604. LR f1 score: 0.320
  605. LR cohens kappa score: 0.262
  606. LR average precision score: 0.498
  607. -> test with 'RF'
  608. RF tn, fp: 136, 2
  609. RF fn, tp: 6, 3
  610. RF f1 score: 0.429
  611. RF cohens kappa score: 0.402
  612. -> test with 'GB'
  613. GB tn, fp: 135, 3
  614. GB fn, tp: 6, 3
  615. GB f1 score: 0.400
  616. GB cohens kappa score: 0.369
  617. -> test with 'KNN'
  618. KNN tn, fp: 138, 0
  619. KNN fn, tp: 9, 0
  620. KNN f1 score: 0.000
  621. KNN cohens kappa score: 0.000
  622. ------ Step 5/5: Slice 4/5 -------
  623. -> Reset the GAN
  624. -> Train generator for synthetic samples
  625. 0%| | 0/10 [00:00<?, ?it/s] 10%|█ | 1/10 [00:00<00:04, 1.92it/s] 20%|██ | 2/10 [00:01<00:07, 1.14it/s] 30%|███ | 3/10 [00:02<00:07, 1.07s/it] 40%|████ | 4/10 [00:03<00:06, 1.05s/it] 50%|█████ | 5/10 [00:05<00:05, 1.08s/it] 60%|██████ | 6/10 [00:06<00:04, 1.20s/it] 70%|███████ | 7/10 [00:07<00:03, 1.23s/it] 80%|████████ | 8/10 [00:08<00:02, 1.20s/it] 90%|█████████ | 9/10 [00:10<00:01, 1.19s/it] 100%|██████████| 10/10 [00:11<00:00, 1.23s/it] 100%|██████████| 10/10 [00:11<00:00, 1.15s/it]
  626. -> create 518 synthetic samples
  627. -> test with 'LR'
  628. LR tn, fp: 132, 6
  629. LR fn, tp: 2, 7
  630. LR f1 score: 0.636
  631. LR cohens kappa score: 0.608
  632. LR average precision score: 0.751
  633. -> test with 'RF'
  634. RF tn, fp: 137, 1
  635. RF fn, tp: 8, 1
  636. RF f1 score: 0.182
  637. RF cohens kappa score: 0.163
  638. -> test with 'GB'
  639. GB tn, fp: 136, 2
  640. GB fn, tp: 5, 4
  641. GB f1 score: 0.533
  642. GB cohens kappa score: 0.509
  643. -> test with 'KNN'
  644. KNN tn, fp: 138, 0
  645. KNN fn, tp: 7, 2
  646. KNN f1 score: 0.364
  647. KNN cohens kappa score: 0.349
  648. ------ Step 5/5: Slice 5/5 -------
  649. -> Reset the GAN
  650. -> Train generator for synthetic samples
  651. 0%| | 0/10 [00:00<?, ?it/s] 10%|█ | 1/10 [00:00<00:04, 1.84it/s] 20%|██ | 2/10 [00:01<00:05, 1.48it/s] 30%|███ | 3/10 [00:02<00:05, 1.25it/s] 40%|████ | 4/10 [00:03<00:05, 1.09it/s] 50%|█████ | 5/10 [00:04<00:05, 1.05s/it] 60%|██████ | 6/10 [00:06<00:04, 1.16s/it] 70%|███████ | 7/10 [00:06<00:03, 1.10s/it] 80%|████████ | 8/10 [00:08<00:02, 1.21s/it] 90%|█████████ | 9/10 [00:09<00:01, 1.17s/it] 100%|██████████| 10/10 [00:10<00:00, 1.08s/it] 100%|██████████| 10/10 [00:10<00:00, 1.04s/it]
  652. -> create 516 synthetic samples
  653. -> test with 'LR'
  654. LR tn, fp: 131, 6
  655. LR fn, tp: 2, 4
  656. LR f1 score: 0.500
  657. LR cohens kappa score: 0.472
  658. LR average precision score: 0.706
  659. -> test with 'RF'
  660. RF tn, fp: 136, 1
  661. RF fn, tp: 4, 2
  662. RF f1 score: 0.444
  663. RF cohens kappa score: 0.428
  664. -> test with 'GB'
  665. GB tn, fp: 133, 4
  666. GB fn, tp: 3, 3
  667. GB f1 score: 0.462
  668. GB cohens kappa score: 0.436
  669. -> test with 'KNN'
  670. KNN tn, fp: 136, 1
  671. KNN fn, tp: 4, 2
  672. KNN f1 score: 0.444
  673. KNN cohens kappa score: 0.428
  674. ### Exercise is done.
  675. -----[ LR ]-----
  676. maximum:
  677. LR tn, fp: 136, 27
  678. LR fn, tp: 5, 9
  679. LR f1 score: 0.720
  680. LR cohens kappa score: 0.696
  681. LR average precision score: 0.780
  682. average:
  683. LR tn, fp: 128.56, 9.24
  684. LR fn, tp: 2.44, 5.96
  685. LR f1 score: 0.517
  686. LR cohens kappa score: 0.479
  687. LR average precision score: 0.629
  688. minimum:
  689. LR tn, fp: 111, 2
  690. LR fn, tp: 0, 3
  691. LR f1 score: 0.261
  692. LR cohens kappa score: 0.212
  693. LR average precision score: 0.398
  694. -----[ RF ]-----
  695. maximum:
  696. RF tn, fp: 138, 3
  697. RF fn, tp: 9, 3
  698. RF f1 score: 0.462
  699. RF cohens kappa score: 0.440
  700. average:
  701. RF tn, fp: 136.72, 1.08
  702. RF fn, tp: 6.92, 1.48
  703. RF f1 score: 0.252
  704. RF cohens kappa score: 0.235
  705. minimum:
  706. RF tn, fp: 135, 0
  707. RF fn, tp: 4, 0
  708. RF f1 score: 0.000
  709. RF cohens kappa score: -0.023
  710. -----[ GB ]-----
  711. maximum:
  712. GB tn, fp: 138, 6
  713. GB fn, tp: 8, 5
  714. GB f1 score: 0.625
  715. GB cohens kappa score: 0.604
  716. average:
  717. GB tn, fp: 134.88, 2.92
  718. GB fn, tp: 5.6, 2.8
  719. GB f1 score: 0.389
  720. GB cohens kappa score: 0.361
  721. minimum:
  722. GB tn, fp: 132, 0
  723. GB fn, tp: 3, 1
  724. GB f1 score: 0.154
  725. GB cohens kappa score: 0.121
  726. -----[ KNN ]-----
  727. maximum:
  728. KNN tn, fp: 138, 4
  729. KNN fn, tp: 9, 3
  730. KNN f1 score: 0.462
  731. KNN cohens kappa score: 0.440
  732. average:
  733. KNN tn, fp: 137.04, 0.76
  734. KNN fn, tp: 7.56, 0.84
  735. KNN f1 score: 0.153
  736. KNN cohens kappa score: 0.140
  737. minimum:
  738. KNN tn, fp: 133, 0
  739. KNN fn, tp: 4, 0
  740. KNN f1 score: 0.000
  741. KNN cohens kappa score: -0.035