imblearn_ozone_level.log 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776
  1. ///////////////////////////////////////////
  2. // Running SimpleGAN on imblearn_ozone_level
  3. ///////////////////////////////////////////
  4. Load 'data_input/imblearn_ozone_level'
  5. from imblearn
  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. Epoch 1/3
  16. Epoch 2/3
  17. Epoch 3/3
  18. -> create 1912 synthetic samples
  19. -> test with 'LR'
  20. LR tn, fp: 487, 6
  21. LR fn, tp: 10, 5
  22. LR f1 score: 0.385
  23. LR cohens kappa score: 0.369
  24. LR average precision score: 0.463
  25. -> test with 'GB'
  26. GB tn, fp: 492, 1
  27. GB fn, tp: 11, 4
  28. GB f1 score: 0.400
  29. GB cohens kappa score: 0.391
  30. -> test with 'KNN'
  31. KNN tn, fp: 493, 0
  32. KNN fn, tp: 15, 0
  33. KNN f1 score: 0.000
  34. KNN cohens kappa score: 0.000
  35. ------ Step 1/5: Slice 2/5 -------
  36. -> Reset the GAN
  37. -> Train generator for synthetic samples
  38. Epoch 1/3
  39. Epoch 2/3
  40. Epoch 3/3
  41. -> create 1912 synthetic samples
  42. -> test with 'LR'
  43. LR tn, fp: 486, 7
  44. LR fn, tp: 11, 4
  45. LR f1 score: 0.308
  46. LR cohens kappa score: 0.290
  47. LR average precision score: 0.251
  48. -> test with 'GB'
  49. GB tn, fp: 492, 1
  50. GB fn, tp: 14, 1
  51. GB f1 score: 0.118
  52. GB cohens kappa score: 0.111
  53. -> test with 'KNN'
  54. KNN tn, fp: 493, 0
  55. KNN fn, tp: 15, 0
  56. KNN f1 score: 0.000
  57. KNN cohens kappa score: 0.000
  58. ------ Step 1/5: Slice 3/5 -------
  59. -> Reset the GAN
  60. -> Train generator for synthetic samples
  61. Epoch 1/3
  62. Epoch 2/3
  63. Epoch 3/3
  64. -> create 1912 synthetic samples
  65. -> test with 'LR'
  66. LR tn, fp: 482, 11
  67. LR fn, tp: 11, 4
  68. LR f1 score: 0.267
  69. LR cohens kappa score: 0.244
  70. LR average precision score: 0.209
  71. -> test with 'GB'
  72. GB tn, fp: 490, 3
  73. GB fn, tp: 13, 2
  74. GB f1 score: 0.200
  75. GB cohens kappa score: 0.188
  76. -> test with 'KNN'
  77. KNN tn, fp: 493, 0
  78. KNN fn, tp: 15, 0
  79. KNN f1 score: 0.000
  80. KNN cohens kappa score: 0.000
  81. ------ Step 1/5: Slice 4/5 -------
  82. -> Reset the GAN
  83. -> Train generator for synthetic samples
  84. Epoch 1/3
  85. Epoch 2/3
  86. Epoch 3/3
  87. -> create 1912 synthetic samples
  88. -> test with 'LR'
  89. LR tn, fp: 486, 7
  90. LR fn, tp: 14, 1
  91. LR f1 score: 0.087
  92. LR cohens kappa score: 0.068
  93. LR average precision score: 0.212
  94. -> test with 'GB'
  95. GB tn, fp: 488, 5
  96. GB fn, tp: 14, 1
  97. GB f1 score: 0.095
  98. GB cohens kappa score: 0.080
  99. -> test with 'KNN'
  100. KNN tn, fp: 493, 0
  101. KNN fn, tp: 15, 0
  102. KNN f1 score: 0.000
  103. KNN cohens kappa score: 0.000
  104. ------ Step 1/5: Slice 5/5 -------
  105. -> Reset the GAN
  106. -> Train generator for synthetic samples
  107. Epoch 1/3
  108. Epoch 2/3
  109. Epoch 3/3
  110. -> create 1912 synthetic samples
  111. -> test with 'LR'
  112. LR tn, fp: 484, 7
  113. LR fn, tp: 13, 0
  114. LR f1 score: 0.000
  115. LR cohens kappa score: -0.018
  116. LR average precision score: 0.169
  117. -> test with 'GB'
  118. GB tn, fp: 488, 3
  119. GB fn, tp: 13, 0
  120. GB f1 score: 0.000
  121. GB cohens kappa score: -0.010
  122. -> test with 'KNN'
  123. KNN tn, fp: 491, 0
  124. KNN fn, tp: 13, 0
  125. KNN f1 score: 0.000
  126. KNN cohens kappa score: 0.000
  127. ====== Step 2/5 =======
  128. -> Shuffling data
  129. -> Spliting data to slices
  130. ------ Step 2/5: Slice 1/5 -------
  131. -> Reset the GAN
  132. -> Train generator for synthetic samples
  133. Epoch 1/3
  134. Epoch 2/3
  135. Epoch 3/3
  136. -> create 1912 synthetic samples
  137. -> test with 'LR'
  138. LR tn, fp: 484, 9
  139. LR fn, tp: 13, 2
  140. LR f1 score: 0.154
  141. LR cohens kappa score: 0.132
  142. LR average precision score: 0.222
  143. -> test with 'GB'
  144. GB tn, fp: 489, 4
  145. GB fn, tp: 13, 2
  146. GB f1 score: 0.190
  147. GB cohens kappa score: 0.177
  148. -> test with 'KNN'
  149. KNN tn, fp: 493, 0
  150. KNN fn, tp: 15, 0
  151. KNN f1 score: 0.000
  152. KNN cohens kappa score: 0.000
  153. ------ Step 2/5: Slice 2/5 -------
  154. -> Reset the GAN
  155. -> Train generator for synthetic samples
  156. Epoch 1/3
  157. Epoch 2/3
  158. Epoch 3/3
  159. -> create 1912 synthetic samples
  160. -> test with 'LR'
  161. LR tn, fp: 488, 5
  162. LR fn, tp: 12, 3
  163. LR f1 score: 0.261
  164. LR cohens kappa score: 0.245
  165. LR average precision score: 0.205
  166. -> test with 'GB'
  167. GB tn, fp: 492, 1
  168. GB fn, tp: 15, 0
  169. GB f1 score: 0.000
  170. GB cohens kappa score: -0.004
  171. -> test with 'KNN'
  172. KNN tn, fp: 493, 0
  173. KNN fn, tp: 15, 0
  174. KNN f1 score: 0.000
  175. KNN cohens kappa score: 0.000
  176. ------ Step 2/5: Slice 3/5 -------
  177. -> Reset the GAN
  178. -> Train generator for synthetic samples
  179. Epoch 1/3
  180. Epoch 2/3
  181. Epoch 3/3
  182. -> create 1912 synthetic samples
  183. -> test with 'LR'
  184. LR tn, fp: 489, 4
  185. LR fn, tp: 9, 6
  186. LR f1 score: 0.480
  187. LR cohens kappa score: 0.467
  188. LR average precision score: 0.517
  189. -> test with 'GB'
  190. GB tn, fp: 490, 3
  191. GB fn, tp: 14, 1
  192. GB f1 score: 0.105
  193. GB cohens kappa score: 0.094
  194. -> test with 'KNN'
  195. KNN tn, fp: 493, 0
  196. KNN fn, tp: 15, 0
  197. KNN f1 score: 0.000
  198. KNN cohens kappa score: 0.000
  199. ------ Step 2/5: Slice 4/5 -------
  200. -> Reset the GAN
  201. -> Train generator for synthetic samples
  202. Epoch 1/3
  203. Epoch 2/3
  204. Epoch 3/3
  205. -> create 1912 synthetic samples
  206. -> test with 'LR'
  207. LR tn, fp: 488, 5
  208. LR fn, tp: 14, 1
  209. LR f1 score: 0.095
  210. LR cohens kappa score: 0.080
  211. LR average precision score: 0.207
  212. -> test with 'GB'
  213. GB tn, fp: 490, 3
  214. GB fn, tp: 13, 2
  215. GB f1 score: 0.200
  216. GB cohens kappa score: 0.188
  217. -> test with 'KNN'
  218. KNN tn, fp: 493, 0
  219. KNN fn, tp: 15, 0
  220. KNN f1 score: 0.000
  221. KNN cohens kappa score: 0.000
  222. ------ Step 2/5: Slice 5/5 -------
  223. -> Reset the GAN
  224. -> Train generator for synthetic samples
  225. Epoch 1/3
  226. Epoch 2/3
  227. Epoch 3/3
  228. -> create 1912 synthetic samples
  229. -> test with 'LR'
  230. LR tn, fp: 480, 11
  231. LR fn, tp: 10, 3
  232. LR f1 score: 0.222
  233. LR cohens kappa score: 0.201
  234. LR average precision score: 0.209
  235. -> test with 'GB'
  236. GB tn, fp: 489, 2
  237. GB fn, tp: 10, 3
  238. GB f1 score: 0.333
  239. GB cohens kappa score: 0.324
  240. -> test with 'KNN'
  241. KNN tn, fp: 491, 0
  242. KNN fn, tp: 13, 0
  243. KNN f1 score: 0.000
  244. KNN cohens kappa score: 0.000
  245. ====== Step 3/5 =======
  246. -> Shuffling data
  247. -> Spliting data to slices
  248. ------ Step 3/5: Slice 1/5 -------
  249. -> Reset the GAN
  250. -> Train generator for synthetic samples
  251. Epoch 1/3
  252. Epoch 2/3
  253. Epoch 3/3
  254. -> create 1912 synthetic samples
  255. -> test with 'LR'
  256. LR tn, fp: 484, 9
  257. LR fn, tp: 11, 4
  258. LR f1 score: 0.286
  259. LR cohens kappa score: 0.266
  260. LR average precision score: 0.281
  261. -> test with 'GB'
  262. GB tn, fp: 490, 3
  263. GB fn, tp: 14, 1
  264. GB f1 score: 0.105
  265. GB cohens kappa score: 0.094
  266. -> test with 'KNN'
  267. KNN tn, fp: 493, 0
  268. KNN fn, tp: 15, 0
  269. KNN f1 score: 0.000
  270. KNN cohens kappa score: 0.000
  271. ------ Step 3/5: Slice 2/5 -------
  272. -> Reset the GAN
  273. -> Train generator for synthetic samples
  274. Epoch 1/3
  275. Epoch 2/3
  276. Epoch 3/3
  277. -> create 1912 synthetic samples
  278. -> test with 'LR'
  279. LR tn, fp: 478, 15
  280. LR fn, tp: 14, 1
  281. LR f1 score: 0.065
  282. LR cohens kappa score: 0.035
  283. LR average precision score: 0.162
  284. -> test with 'GB'
  285. GB tn, fp: 491, 2
  286. GB fn, tp: 15, 0
  287. GB f1 score: 0.000
  288. GB cohens kappa score: -0.007
  289. -> test with 'KNN'
  290. KNN tn, fp: 493, 0
  291. KNN fn, tp: 15, 0
  292. KNN f1 score: 0.000
  293. KNN cohens kappa score: 0.000
  294. ------ Step 3/5: Slice 3/5 -------
  295. -> Reset the GAN
  296. -> Train generator for synthetic samples
  297. Epoch 1/3
  298. Epoch 2/3
  299. Epoch 3/3
  300. -> create 1912 synthetic samples
  301. -> test with 'LR'
  302. LR tn, fp: 483, 10
  303. LR fn, tp: 12, 3
  304. LR f1 score: 0.214
  305. LR cohens kappa score: 0.192
  306. LR average precision score: 0.219
  307. -> test with 'GB'
  308. GB tn, fp: 490, 3
  309. GB fn, tp: 13, 2
  310. GB f1 score: 0.200
  311. GB cohens kappa score: 0.188
  312. -> test with 'KNN'
  313. KNN tn, fp: 493, 0
  314. KNN fn, tp: 15, 0
  315. KNN f1 score: 0.000
  316. KNN cohens kappa score: 0.000
  317. ------ Step 3/5: Slice 4/5 -------
  318. -> Reset the GAN
  319. -> Train generator for synthetic samples
  320. Epoch 1/3
  321. Epoch 2/3
  322. Epoch 3/3
  323. -> create 1912 synthetic samples
  324. -> test with 'LR'
  325. LR tn, fp: 489, 4
  326. LR fn, tp: 12, 3
  327. LR f1 score: 0.273
  328. LR cohens kappa score: 0.259
  329. LR average precision score: 0.271
  330. -> test with 'GB'
  331. GB tn, fp: 492, 1
  332. GB fn, tp: 13, 2
  333. GB f1 score: 0.222
  334. GB cohens kappa score: 0.214
  335. -> test with 'KNN'
  336. KNN tn, fp: 493, 0
  337. KNN fn, tp: 15, 0
  338. KNN f1 score: 0.000
  339. KNN cohens kappa score: 0.000
  340. ------ Step 3/5: Slice 5/5 -------
  341. -> Reset the GAN
  342. -> Train generator for synthetic samples
  343. Epoch 1/3
  344. Epoch 2/3
  345. Epoch 3/3
  346. -> create 1912 synthetic samples
  347. -> test with 'LR'
  348. LR tn, fp: 482, 9
  349. LR fn, tp: 9, 4
  350. LR f1 score: 0.308
  351. LR cohens kappa score: 0.289
  352. LR average precision score: 0.363
  353. -> test with 'GB'
  354. GB tn, fp: 488, 3
  355. GB fn, tp: 12, 1
  356. GB f1 score: 0.118
  357. GB cohens kappa score: 0.107
  358. -> test with 'KNN'
  359. KNN tn, fp: 491, 0
  360. KNN fn, tp: 13, 0
  361. KNN f1 score: 0.000
  362. KNN cohens kappa score: 0.000
  363. ====== Step 4/5 =======
  364. -> Shuffling data
  365. -> Spliting data to slices
  366. ------ Step 4/5: Slice 1/5 -------
  367. -> Reset the GAN
  368. -> Train generator for synthetic samples
  369. Epoch 1/3
  370. Epoch 2/3
  371. Epoch 3/3
  372. -> create 1912 synthetic samples
  373. -> test with 'LR'
  374. LR tn, fp: 485, 8
  375. LR fn, tp: 12, 3
  376. LR f1 score: 0.231
  377. LR cohens kappa score: 0.211
  378. LR average precision score: 0.282
  379. -> test with 'GB'
  380. GB tn, fp: 490, 3
  381. GB fn, tp: 13, 2
  382. GB f1 score: 0.200
  383. GB cohens kappa score: 0.188
  384. -> test with 'KNN'
  385. KNN tn, fp: 493, 0
  386. KNN fn, tp: 15, 0
  387. KNN f1 score: 0.000
  388. KNN cohens kappa score: 0.000
  389. ------ Step 4/5: Slice 2/5 -------
  390. -> Reset the GAN
  391. -> Train generator for synthetic samples
  392. Epoch 1/3
  393. Epoch 2/3
  394. Epoch 3/3
  395. -> create 1912 synthetic samples
  396. -> test with 'LR'
  397. LR tn, fp: 484, 9
  398. LR fn, tp: 13, 2
  399. LR f1 score: 0.154
  400. LR cohens kappa score: 0.132
  401. LR average precision score: 0.209
  402. -> test with 'GB'
  403. GB tn, fp: 492, 1
  404. GB fn, tp: 15, 0
  405. GB f1 score: 0.000
  406. GB cohens kappa score: -0.004
  407. -> test with 'KNN'
  408. KNN tn, fp: 493, 0
  409. KNN fn, tp: 15, 0
  410. KNN f1 score: 0.000
  411. KNN cohens kappa score: 0.000
  412. ------ Step 4/5: Slice 3/5 -------
  413. -> Reset the GAN
  414. -> Train generator for synthetic samples
  415. Epoch 1/3
  416. Epoch 2/3
  417. Epoch 3/3
  418. -> create 1912 synthetic samples
  419. -> test with 'LR'
  420. LR tn, fp: 486, 7
  421. LR fn, tp: 12, 3
  422. LR f1 score: 0.240
  423. LR cohens kappa score: 0.222
  424. LR average precision score: 0.246
  425. -> test with 'GB'
  426. GB tn, fp: 491, 2
  427. GB fn, tp: 12, 3
  428. GB f1 score: 0.300
  429. GB cohens kappa score: 0.290
  430. -> test with 'KNN'
  431. KNN tn, fp: 493, 0
  432. KNN fn, tp: 15, 0
  433. KNN f1 score: 0.000
  434. KNN cohens kappa score: 0.000
  435. ------ Step 4/5: Slice 4/5 -------
  436. -> Reset the GAN
  437. -> Train generator for synthetic samples
  438. Epoch 1/3
  439. Epoch 2/3
  440. Epoch 3/3
  441. -> create 1912 synthetic samples
  442. -> test with 'LR'
  443. LR tn, fp: 486, 7
  444. LR fn, tp: 8, 7
  445. LR f1 score: 0.483
  446. LR cohens kappa score: 0.468
  447. LR average precision score: 0.377
  448. -> test with 'GB'
  449. GB tn, fp: 489, 4
  450. GB fn, tp: 14, 1
  451. GB f1 score: 0.100
  452. GB cohens kappa score: 0.087
  453. -> test with 'KNN'
  454. KNN tn, fp: 493, 0
  455. KNN fn, tp: 15, 0
  456. KNN f1 score: 0.000
  457. KNN cohens kappa score: 0.000
  458. ------ Step 4/5: Slice 5/5 -------
  459. -> Reset the GAN
  460. -> Train generator for synthetic samples
  461. Epoch 1/3
  462. Epoch 2/3
  463. Epoch 3/3
  464. -> create 1912 synthetic samples
  465. -> test with 'LR'
  466. LR tn, fp: 481, 10
  467. LR fn, tp: 9, 4
  468. LR f1 score: 0.296
  469. LR cohens kappa score: 0.277
  470. LR average precision score: 0.221
  471. -> test with 'GB'
  472. GB tn, fp: 488, 3
  473. GB fn, tp: 12, 1
  474. GB f1 score: 0.118
  475. GB cohens kappa score: 0.107
  476. -> test with 'KNN'
  477. KNN tn, fp: 491, 0
  478. KNN fn, tp: 13, 0
  479. KNN f1 score: 0.000
  480. KNN cohens kappa score: 0.000
  481. ====== Step 5/5 =======
  482. -> Shuffling data
  483. -> Spliting data to slices
  484. ------ Step 5/5: Slice 1/5 -------
  485. -> Reset the GAN
  486. -> Train generator for synthetic samples
  487. Epoch 1/3
  488. Epoch 2/3
  489. Epoch 3/3
  490. -> create 1912 synthetic samples
  491. -> test with 'LR'
  492. LR tn, fp: 484, 9
  493. LR fn, tp: 12, 3
  494. LR f1 score: 0.222
  495. LR cohens kappa score: 0.201
  496. LR average precision score: 0.307
  497. -> test with 'GB'
  498. GB tn, fp: 491, 2
  499. GB fn, tp: 13, 2
  500. GB f1 score: 0.211
  501. GB cohens kappa score: 0.201
  502. -> test with 'KNN'
  503. KNN tn, fp: 493, 0
  504. KNN fn, tp: 15, 0
  505. KNN f1 score: 0.000
  506. KNN cohens kappa score: 0.000
  507. ------ Step 5/5: Slice 2/5 -------
  508. -> Reset the GAN
  509. -> Train generator for synthetic samples
  510. Epoch 1/3
  511. Epoch 2/3
  512. Epoch 3/3
  513. -> create 1912 synthetic samples
  514. -> test with 'LR'
  515. LR tn, fp: 487, 6
  516. LR fn, tp: 13, 2
  517. LR f1 score: 0.174
  518. LR cohens kappa score: 0.157
  519. LR average precision score: 0.270
  520. -> test with 'GB'
  521. GB tn, fp: 489, 4
  522. GB fn, tp: 13, 2
  523. GB f1 score: 0.190
  524. GB cohens kappa score: 0.177
  525. -> test with 'KNN'
  526. KNN tn, fp: 493, 0
  527. KNN fn, tp: 15, 0
  528. KNN f1 score: 0.000
  529. KNN cohens kappa score: 0.000
  530. ------ Step 5/5: Slice 3/5 -------
  531. -> Reset the GAN
  532. -> Train generator for synthetic samples
  533. Epoch 1/3
  534. Epoch 2/3
  535. Epoch 3/3
  536. -> create 1912 synthetic samples
  537. -> test with 'LR'
  538. LR tn, fp: 484, 9
  539. LR fn, tp: 13, 2
  540. LR f1 score: 0.154
  541. LR cohens kappa score: 0.132
  542. LR average precision score: 0.182
  543. -> test with 'GB'
  544. GB tn, fp: 492, 1
  545. GB fn, tp: 15, 0
  546. GB f1 score: 0.000
  547. GB cohens kappa score: -0.004
  548. -> test with 'KNN'
  549. KNN tn, fp: 493, 0
  550. KNN fn, tp: 15, 0
  551. KNN f1 score: 0.000
  552. KNN cohens kappa score: 0.000
  553. ------ Step 5/5: Slice 4/5 -------
  554. -> Reset the GAN
  555. -> Train generator for synthetic samples
  556. Epoch 1/3
  557. Epoch 2/3
  558. Epoch 3/3
  559. -> create 1912 synthetic samples
  560. -> test with 'LR'
  561. LR tn, fp: 482, 11
  562. LR fn, tp: 13, 2
  563. LR f1 score: 0.143
  564. LR cohens kappa score: 0.119
  565. LR average precision score: 0.240
  566. -> test with 'GB'
  567. GB tn, fp: 488, 5
  568. GB fn, tp: 13, 2
  569. GB f1 score: 0.182
  570. GB cohens kappa score: 0.166
  571. -> test with 'KNN'
  572. KNN tn, fp: 493, 0
  573. KNN fn, tp: 15, 0
  574. KNN f1 score: 0.000
  575. KNN cohens kappa score: 0.000
  576. ------ Step 5/5: Slice 5/5 -------
  577. -> Reset the GAN
  578. -> Train generator for synthetic samples
  579. Epoch 1/3
  580. Epoch 2/3
  581. Epoch 3/3
  582. -> create 1912 synthetic samples
  583. -> test with 'LR'
  584. LR tn, fp: 483, 8
  585. LR fn, tp: 10, 3
  586. LR f1 score: 0.250
  587. LR cohens kappa score: 0.232
  588. LR average precision score: 0.249
  589. -> test with 'GB'
  590. GB tn, fp: 489, 2
  591. GB fn, tp: 11, 2
  592. GB f1 score: 0.235
  593. GB cohens kappa score: 0.226
  594. -> test with 'KNN'
  595. KNN tn, fp: 491, 0
  596. KNN fn, tp: 13, 0
  597. KNN f1 score: 0.000
  598. KNN cohens kappa score: 0.000
  599. ### Exercise is done.
  600. -----[ LR ]-----
  601. maximum:
  602. LR tn, fp: 489, 15
  603. LR fn, tp: 14, 7
  604. LR f1 score: 0.483
  605. LR cohens kappa score: 0.468
  606. LR average precision score: 0.517
  607. average:
  608. LR tn, fp: 484.48, 8.12
  609. LR fn, tp: 11.6, 3.0
  610. LR f1 score: 0.230
  611. LR cohens kappa score: 0.211
  612. LR average precision score: 0.262
  613. minimum:
  614. LR tn, fp: 478, 4
  615. LR fn, tp: 8, 0
  616. LR f1 score: 0.000
  617. LR cohens kappa score: -0.018
  618. LR average precision score: 0.162
  619. -----[ GB ]-----
  620. maximum:
  621. GB tn, fp: 492, 5
  622. GB fn, tp: 15, 4
  623. GB f1 score: 0.400
  624. GB cohens kappa score: 0.391
  625. average:
  626. GB tn, fp: 490.0, 2.6
  627. GB fn, tp: 13.12, 1.48
  628. GB f1 score: 0.153
  629. GB cohens kappa score: 0.143
  630. minimum:
  631. GB tn, fp: 488, 1
  632. GB fn, tp: 10, 0
  633. GB f1 score: 0.000
  634. GB cohens kappa score: -0.010
  635. -----[ KNN ]-----
  636. maximum:
  637. KNN tn, fp: 493, 0
  638. KNN fn, tp: 15, 0
  639. KNN f1 score: 0.000
  640. KNN cohens kappa score: 0.000
  641. average:
  642. KNN tn, fp: 492.6, 0.0
  643. KNN fn, tp: 14.6, 0.0
  644. KNN f1 score: 0.000
  645. KNN cohens kappa score: 0.000
  646. minimum:
  647. KNN tn, fp: 491, 0
  648. KNN fn, tp: 13, 0
  649. KNN f1 score: 0.000
  650. KNN cohens kappa score: 0.000