folding_car-vgood.log 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826
  1. ///////////////////////////////////////////
  2. // Running SpheredNoise on folding_car-vgood
  3. ///////////////////////////////////////////
  4. Load 'data_input/folding_car-vgood'
  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. Train 1330/52 points
  16. -> new disc
  17. -> calc distances
  18. -> statistics
  19. trained 52 points min:1.0 max:1.0
  20. -> create 1278 synthetic samples
  21. -> test with 'LR'
  22. LR tn, fp: 315, 18
  23. LR fn, tp: 12, 1
  24. LR f1 score: 0.062
  25. LR cohens kappa score: 0.019
  26. LR average precision score: 0.184
  27. -> test with 'GB'
  28. GB tn, fp: 333, 0
  29. GB fn, tp: 0, 13
  30. GB f1 score: 1.000
  31. GB cohens kappa score: 1.000
  32. -> test with 'KNN'
  33. KNN tn, fp: 328, 5
  34. KNN fn, tp: 10, 3
  35. KNN f1 score: 0.286
  36. KNN cohens kappa score: 0.265
  37. ------ Step 1/5: Slice 2/5 -------
  38. -> Reset the GAN
  39. -> Train generator for synthetic samples
  40. Train 1330/52 points
  41. -> new disc
  42. -> calc distances
  43. -> statistics
  44. trained 52 points min:1.0 max:1.0
  45. -> create 1278 synthetic samples
  46. -> test with 'LR'
  47. LR tn, fp: 314, 19
  48. LR fn, tp: 9, 4
  49. LR f1 score: 0.222
  50. LR cohens kappa score: 0.183
  51. LR average precision score: 0.182
  52. -> test with 'GB'
  53. GB tn, fp: 333, 0
  54. GB fn, tp: 0, 13
  55. GB f1 score: 1.000
  56. GB cohens kappa score: 1.000
  57. -> test with 'KNN'
  58. KNN tn, fp: 332, 1
  59. KNN fn, tp: 8, 5
  60. KNN f1 score: 0.526
  61. KNN cohens kappa score: 0.515
  62. ------ Step 1/5: Slice 3/5 -------
  63. -> Reset the GAN
  64. -> Train generator for synthetic samples
  65. Train 1330/52 points
  66. -> new disc
  67. -> calc distances
  68. -> statistics
  69. trained 52 points min:1.0 max:1.0
  70. -> create 1278 synthetic samples
  71. -> test with 'LR'
  72. LR tn, fp: 314, 19
  73. LR fn, tp: 7, 6
  74. LR f1 score: 0.316
  75. LR cohens kappa score: 0.280
  76. LR average precision score: 0.272
  77. -> test with 'GB'
  78. GB tn, fp: 333, 0
  79. GB fn, tp: 1, 12
  80. GB f1 score: 0.960
  81. GB cohens kappa score: 0.959
  82. -> test with 'KNN'
  83. KNN tn, fp: 330, 3
  84. KNN fn, tp: 6, 7
  85. KNN f1 score: 0.609
  86. KNN cohens kappa score: 0.595
  87. ------ Step 1/5: Slice 4/5 -------
  88. -> Reset the GAN
  89. -> Train generator for synthetic samples
  90. Train 1330/52 points
  91. -> new disc
  92. -> calc distances
  93. -> statistics
  94. trained 52 points min:1.0 max:1.0
  95. -> create 1278 synthetic samples
  96. -> test with 'LR'
  97. LR tn, fp: 321, 12
  98. LR fn, tp: 9, 4
  99. LR f1 score: 0.276
  100. LR cohens kappa score: 0.245
  101. LR average precision score: 0.248
  102. -> test with 'GB'
  103. GB tn, fp: 333, 0
  104. GB fn, tp: 0, 13
  105. GB f1 score: 1.000
  106. GB cohens kappa score: 1.000
  107. -> test with 'KNN'
  108. KNN tn, fp: 333, 0
  109. KNN fn, tp: 8, 5
  110. KNN f1 score: 0.556
  111. KNN cohens kappa score: 0.546
  112. ------ Step 1/5: Slice 5/5 -------
  113. -> Reset the GAN
  114. -> Train generator for synthetic samples
  115. Train 1332/52 points
  116. -> new disc
  117. -> calc distances
  118. -> statistics
  119. trained 52 points min:1.0 max:1.4142135623730951
  120. -> create 1280 synthetic samples
  121. -> test with 'LR'
  122. LR tn, fp: 320, 11
  123. LR fn, tp: 8, 5
  124. LR f1 score: 0.345
  125. LR cohens kappa score: 0.316
  126. LR average precision score: 0.222
  127. -> test with 'GB'
  128. GB tn, fp: 329, 2
  129. GB fn, tp: 0, 13
  130. GB f1 score: 0.929
  131. GB cohens kappa score: 0.926
  132. -> test with 'KNN'
  133. KNN tn, fp: 329, 2
  134. KNN fn, tp: 7, 6
  135. KNN f1 score: 0.571
  136. KNN cohens kappa score: 0.559
  137. ====== Step 2/5 =======
  138. -> Shuffling data
  139. -> Spliting data to slices
  140. ------ Step 2/5: Slice 1/5 -------
  141. -> Reset the GAN
  142. -> Train generator for synthetic samples
  143. Train 1330/52 points
  144. -> new disc
  145. -> calc distances
  146. -> statistics
  147. trained 52 points min:1.0 max:1.0
  148. -> create 1278 synthetic samples
  149. -> test with 'LR'
  150. LR tn, fp: 316, 17
  151. LR fn, tp: 9, 4
  152. LR f1 score: 0.235
  153. LR cohens kappa score: 0.198
  154. LR average precision score: 0.331
  155. -> test with 'GB'
  156. GB tn, fp: 332, 1
  157. GB fn, tp: 0, 13
  158. GB f1 score: 0.963
  159. GB cohens kappa score: 0.961
  160. -> test with 'KNN'
  161. KNN tn, fp: 332, 1
  162. KNN fn, tp: 8, 5
  163. KNN f1 score: 0.526
  164. KNN cohens kappa score: 0.515
  165. ------ Step 2/5: Slice 2/5 -------
  166. -> Reset the GAN
  167. -> Train generator for synthetic samples
  168. Train 1330/52 points
  169. -> new disc
  170. -> calc distances
  171. -> statistics
  172. trained 52 points min:1.0 max:1.4142135623730951
  173. -> create 1278 synthetic samples
  174. -> test with 'LR'
  175. LR tn, fp: 307, 26
  176. LR fn, tp: 8, 5
  177. LR f1 score: 0.227
  178. LR cohens kappa score: 0.184
  179. LR average precision score: 0.167
  180. -> test with 'GB'
  181. GB tn, fp: 328, 5
  182. GB fn, tp: 0, 13
  183. GB f1 score: 0.839
  184. GB cohens kappa score: 0.831
  185. -> test with 'KNN'
  186. KNN tn, fp: 326, 7
  187. KNN fn, tp: 6, 7
  188. KNN f1 score: 0.519
  189. KNN cohens kappa score: 0.499
  190. ------ Step 2/5: Slice 3/5 -------
  191. -> Reset the GAN
  192. -> Train generator for synthetic samples
  193. Train 1330/52 points
  194. -> new disc
  195. -> calc distances
  196. -> statistics
  197. trained 52 points min:1.0 max:1.0
  198. -> create 1278 synthetic samples
  199. -> test with 'LR'
  200. LR tn, fp: 320, 13
  201. LR fn, tp: 10, 3
  202. LR f1 score: 0.207
  203. LR cohens kappa score: 0.173
  204. LR average precision score: 0.208
  205. -> test with 'GB'
  206. GB tn, fp: 333, 0
  207. GB fn, tp: 0, 13
  208. GB f1 score: 1.000
  209. GB cohens kappa score: 1.000
  210. -> test with 'KNN'
  211. KNN tn, fp: 330, 3
  212. KNN fn, tp: 8, 5
  213. KNN f1 score: 0.476
  214. KNN cohens kappa score: 0.461
  215. ------ Step 2/5: Slice 4/5 -------
  216. -> Reset the GAN
  217. -> Train generator for synthetic samples
  218. Train 1330/52 points
  219. -> new disc
  220. -> calc distances
  221. -> statistics
  222. trained 52 points min:1.0 max:1.0
  223. -> create 1278 synthetic samples
  224. -> test with 'LR'
  225. LR tn, fp: 322, 11
  226. LR fn, tp: 9, 4
  227. LR f1 score: 0.286
  228. LR cohens kappa score: 0.256
  229. LR average precision score: 0.307
  230. -> test with 'GB'
  231. GB tn, fp: 333, 0
  232. GB fn, tp: 3, 10
  233. GB f1 score: 0.870
  234. GB cohens kappa score: 0.865
  235. -> test with 'KNN'
  236. KNN tn, fp: 333, 0
  237. KNN fn, tp: 9, 4
  238. KNN f1 score: 0.471
  239. KNN cohens kappa score: 0.461
  240. ------ Step 2/5: Slice 5/5 -------
  241. -> Reset the GAN
  242. -> Train generator for synthetic samples
  243. Train 1332/52 points
  244. -> new disc
  245. -> calc distances
  246. -> statistics
  247. trained 52 points min:1.0 max:1.0
  248. -> create 1280 synthetic samples
  249. -> test with 'LR'
  250. LR tn, fp: 317, 14
  251. LR fn, tp: 10, 3
  252. LR f1 score: 0.200
  253. LR cohens kappa score: 0.164
  254. LR average precision score: 0.182
  255. -> test with 'GB'
  256. GB tn, fp: 331, 0
  257. GB fn, tp: 0, 13
  258. GB f1 score: 1.000
  259. GB cohens kappa score: 1.000
  260. -> test with 'KNN'
  261. KNN tn, fp: 330, 1
  262. KNN fn, tp: 8, 5
  263. KNN f1 score: 0.526
  264. KNN cohens kappa score: 0.515
  265. ====== Step 3/5 =======
  266. -> Shuffling data
  267. -> Spliting data to slices
  268. ------ Step 3/5: Slice 1/5 -------
  269. -> Reset the GAN
  270. -> Train generator for synthetic samples
  271. Train 1330/52 points
  272. -> new disc
  273. -> calc distances
  274. -> statistics
  275. trained 52 points min:1.0 max:1.0
  276. -> create 1278 synthetic samples
  277. -> test with 'LR'
  278. LR tn, fp: 318, 15
  279. LR fn, tp: 11, 2
  280. LR f1 score: 0.133
  281. LR cohens kappa score: 0.095
  282. LR average precision score: 0.192
  283. -> test with 'GB'
  284. GB tn, fp: 333, 0
  285. GB fn, tp: 3, 10
  286. GB f1 score: 0.870
  287. GB cohens kappa score: 0.865
  288. -> test with 'KNN'
  289. KNN tn, fp: 330, 3
  290. KNN fn, tp: 7, 6
  291. KNN f1 score: 0.545
  292. KNN cohens kappa score: 0.531
  293. ------ Step 3/5: Slice 2/5 -------
  294. -> Reset the GAN
  295. -> Train generator for synthetic samples
  296. Train 1330/52 points
  297. -> new disc
  298. -> calc distances
  299. -> statistics
  300. trained 52 points min:1.0 max:1.0
  301. -> create 1278 synthetic samples
  302. -> test with 'LR'
  303. LR tn, fp: 314, 19
  304. LR fn, tp: 9, 4
  305. LR f1 score: 0.222
  306. LR cohens kappa score: 0.183
  307. LR average precision score: 0.184
  308. -> test with 'GB'
  309. GB tn, fp: 332, 1
  310. GB fn, tp: 0, 13
  311. GB f1 score: 0.963
  312. GB cohens kappa score: 0.961
  313. -> test with 'KNN'
  314. KNN tn, fp: 330, 3
  315. KNN fn, tp: 8, 5
  316. KNN f1 score: 0.476
  317. KNN cohens kappa score: 0.461
  318. ------ Step 3/5: Slice 3/5 -------
  319. -> Reset the GAN
  320. -> Train generator for synthetic samples
  321. Train 1330/52 points
  322. -> new disc
  323. -> calc distances
  324. -> statistics
  325. trained 52 points min:1.0 max:1.0
  326. -> create 1278 synthetic samples
  327. -> test with 'LR'
  328. LR tn, fp: 309, 24
  329. LR fn, tp: 6, 7
  330. LR f1 score: 0.318
  331. LR cohens kappa score: 0.280
  332. LR average precision score: 0.246
  333. -> test with 'GB'
  334. GB tn, fp: 331, 2
  335. GB fn, tp: 0, 13
  336. GB f1 score: 0.929
  337. GB cohens kappa score: 0.926
  338. -> test with 'KNN'
  339. KNN tn, fp: 330, 3
  340. KNN fn, tp: 7, 6
  341. KNN f1 score: 0.545
  342. KNN cohens kappa score: 0.531
  343. ------ Step 3/5: Slice 4/5 -------
  344. -> Reset the GAN
  345. -> Train generator for synthetic samples
  346. Train 1330/52 points
  347. -> new disc
  348. -> calc distances
  349. -> statistics
  350. trained 52 points min:1.0 max:1.0
  351. -> create 1278 synthetic samples
  352. -> test with 'LR'
  353. LR tn, fp: 320, 13
  354. LR fn, tp: 9, 4
  355. LR f1 score: 0.267
  356. LR cohens kappa score: 0.234
  357. LR average precision score: 0.234
  358. -> test with 'GB'
  359. GB tn, fp: 333, 0
  360. GB fn, tp: 0, 13
  361. GB f1 score: 1.000
  362. GB cohens kappa score: 1.000
  363. -> test with 'KNN'
  364. KNN tn, fp: 329, 4
  365. KNN fn, tp: 8, 5
  366. KNN f1 score: 0.455
  367. KNN cohens kappa score: 0.437
  368. ------ Step 3/5: Slice 5/5 -------
  369. -> Reset the GAN
  370. -> Train generator for synthetic samples
  371. Train 1332/52 points
  372. -> new disc
  373. -> calc distances
  374. -> statistics
  375. trained 52 points min:1.0 max:1.0
  376. -> create 1280 synthetic samples
  377. -> test with 'LR'
  378. LR tn, fp: 322, 9
  379. LR fn, tp: 10, 3
  380. LR f1 score: 0.240
  381. LR cohens kappa score: 0.211
  382. LR average precision score: 0.286
  383. -> test with 'GB'
  384. GB tn, fp: 331, 0
  385. GB fn, tp: 4, 9
  386. GB f1 score: 0.818
  387. GB cohens kappa score: 0.812
  388. -> test with 'KNN'
  389. KNN tn, fp: 331, 0
  390. KNN fn, tp: 8, 5
  391. KNN f1 score: 0.556
  392. KNN cohens kappa score: 0.546
  393. ====== Step 4/5 =======
  394. -> Shuffling data
  395. -> Spliting data to slices
  396. ------ Step 4/5: Slice 1/5 -------
  397. -> Reset the GAN
  398. -> Train generator for synthetic samples
  399. Train 1330/52 points
  400. -> new disc
  401. -> calc distances
  402. -> statistics
  403. trained 52 points min:1.0 max:1.0
  404. -> create 1278 synthetic samples
  405. -> test with 'LR'
  406. LR tn, fp: 319, 14
  407. LR fn, tp: 10, 3
  408. LR f1 score: 0.200
  409. LR cohens kappa score: 0.164
  410. LR average precision score: 0.215
  411. -> test with 'GB'
  412. GB tn, fp: 333, 0
  413. GB fn, tp: 0, 13
  414. GB f1 score: 1.000
  415. GB cohens kappa score: 1.000
  416. -> test with 'KNN'
  417. KNN tn, fp: 333, 0
  418. KNN fn, tp: 11, 2
  419. KNN f1 score: 0.267
  420. KNN cohens kappa score: 0.259
  421. ------ Step 4/5: Slice 2/5 -------
  422. -> Reset the GAN
  423. -> Train generator for synthetic samples
  424. Train 1330/52 points
  425. -> new disc
  426. -> calc distances
  427. -> statistics
  428. trained 52 points min:1.0 max:1.0
  429. -> create 1278 synthetic samples
  430. -> test with 'LR'
  431. LR tn, fp: 314, 19
  432. LR fn, tp: 7, 6
  433. LR f1 score: 0.316
  434. LR cohens kappa score: 0.280
  435. LR average precision score: 0.243
  436. -> test with 'GB'
  437. GB tn, fp: 332, 1
  438. GB fn, tp: 1, 12
  439. GB f1 score: 0.923
  440. GB cohens kappa score: 0.920
  441. -> test with 'KNN'
  442. KNN tn, fp: 328, 5
  443. KNN fn, tp: 9, 4
  444. KNN f1 score: 0.364
  445. KNN cohens kappa score: 0.343
  446. ------ Step 4/5: Slice 3/5 -------
  447. -> Reset the GAN
  448. -> Train generator for synthetic samples
  449. Train 1330/52 points
  450. -> new disc
  451. -> calc distances
  452. -> statistics
  453. trained 52 points min:1.0 max:1.0
  454. -> create 1278 synthetic samples
  455. -> test with 'LR'
  456. LR tn, fp: 315, 18
  457. LR fn, tp: 10, 3
  458. LR f1 score: 0.176
  459. LR cohens kappa score: 0.136
  460. LR average precision score: 0.179
  461. -> test with 'GB'
  462. GB tn, fp: 332, 1
  463. GB fn, tp: 0, 13
  464. GB f1 score: 0.963
  465. GB cohens kappa score: 0.961
  466. -> test with 'KNN'
  467. KNN tn, fp: 330, 3
  468. KNN fn, tp: 6, 7
  469. KNN f1 score: 0.609
  470. KNN cohens kappa score: 0.595
  471. ------ Step 4/5: Slice 4/5 -------
  472. -> Reset the GAN
  473. -> Train generator for synthetic samples
  474. Train 1330/52 points
  475. -> new disc
  476. -> calc distances
  477. -> statistics
  478. trained 52 points min:1.0 max:1.0
  479. -> create 1278 synthetic samples
  480. -> test with 'LR'
  481. LR tn, fp: 320, 13
  482. LR fn, tp: 9, 4
  483. LR f1 score: 0.267
  484. LR cohens kappa score: 0.234
  485. LR average precision score: 0.243
  486. -> test with 'GB'
  487. GB tn, fp: 333, 0
  488. GB fn, tp: 0, 13
  489. GB f1 score: 1.000
  490. GB cohens kappa score: 1.000
  491. -> test with 'KNN'
  492. KNN tn, fp: 330, 3
  493. KNN fn, tp: 9, 4
  494. KNN f1 score: 0.400
  495. KNN cohens kappa score: 0.384
  496. ------ Step 4/5: Slice 5/5 -------
  497. -> Reset the GAN
  498. -> Train generator for synthetic samples
  499. Train 1332/52 points
  500. -> new disc
  501. -> calc distances
  502. -> statistics
  503. trained 52 points min:1.0 max:1.0
  504. -> create 1280 synthetic samples
  505. -> test with 'LR'
  506. LR tn, fp: 317, 14
  507. LR fn, tp: 9, 4
  508. LR f1 score: 0.258
  509. LR cohens kappa score: 0.224
  510. LR average precision score: 0.223
  511. -> test with 'GB'
  512. GB tn, fp: 331, 0
  513. GB fn, tp: 1, 12
  514. GB f1 score: 0.960
  515. GB cohens kappa score: 0.958
  516. -> test with 'KNN'
  517. KNN tn, fp: 329, 2
  518. KNN fn, tp: 7, 6
  519. KNN f1 score: 0.571
  520. KNN cohens kappa score: 0.559
  521. ====== Step 5/5 =======
  522. -> Shuffling data
  523. -> Spliting data to slices
  524. ------ Step 5/5: Slice 1/5 -------
  525. -> Reset the GAN
  526. -> Train generator for synthetic samples
  527. Train 1330/52 points
  528. -> new disc
  529. -> calc distances
  530. -> statistics
  531. trained 52 points min:1.0 max:1.0
  532. -> create 1278 synthetic samples
  533. -> test with 'LR'
  534. LR tn, fp: 310, 23
  535. LR fn, tp: 7, 6
  536. LR f1 score: 0.286
  537. LR cohens kappa score: 0.247
  538. LR average precision score: 0.230
  539. -> test with 'GB'
  540. GB tn, fp: 333, 0
  541. GB fn, tp: 0, 13
  542. GB f1 score: 1.000
  543. GB cohens kappa score: 1.000
  544. -> test with 'KNN'
  545. KNN tn, fp: 325, 8
  546. KNN fn, tp: 7, 6
  547. KNN f1 score: 0.444
  548. KNN cohens kappa score: 0.422
  549. ------ Step 5/5: Slice 2/5 -------
  550. -> Reset the GAN
  551. -> Train generator for synthetic samples
  552. Train 1330/52 points
  553. -> new disc
  554. -> calc distances
  555. -> statistics
  556. trained 52 points min:1.0 max:1.0
  557. -> create 1278 synthetic samples
  558. -> test with 'LR'
  559. LR tn, fp: 320, 13
  560. LR fn, tp: 11, 2
  561. LR f1 score: 0.143
  562. LR cohens kappa score: 0.107
  563. LR average precision score: 0.180
  564. -> test with 'GB'
  565. GB tn, fp: 333, 0
  566. GB fn, tp: 3, 10
  567. GB f1 score: 0.870
  568. GB cohens kappa score: 0.865
  569. -> test with 'KNN'
  570. KNN tn, fp: 332, 1
  571. KNN fn, tp: 9, 4
  572. KNN f1 score: 0.444
  573. KNN cohens kappa score: 0.433
  574. ------ Step 5/5: Slice 3/5 -------
  575. -> Reset the GAN
  576. -> Train generator for synthetic samples
  577. Train 1330/52 points
  578. -> new disc
  579. -> calc distances
  580. -> statistics
  581. trained 52 points min:1.0 max:1.4142135623730951
  582. -> create 1278 synthetic samples
  583. -> test with 'LR'
  584. LR tn, fp: 321, 12
  585. LR fn, tp: 7, 6
  586. LR f1 score: 0.387
  587. LR cohens kappa score: 0.359
  588. LR average precision score: 0.284
  589. -> test with 'GB'
  590. GB tn, fp: 333, 0
  591. GB fn, tp: 0, 13
  592. GB f1 score: 1.000
  593. GB cohens kappa score: 1.000
  594. -> test with 'KNN'
  595. KNN tn, fp: 332, 1
  596. KNN fn, tp: 8, 5
  597. KNN f1 score: 0.526
  598. KNN cohens kappa score: 0.515
  599. ------ Step 5/5: Slice 4/5 -------
  600. -> Reset the GAN
  601. -> Train generator for synthetic samples
  602. Train 1330/52 points
  603. -> new disc
  604. -> calc distances
  605. -> statistics
  606. trained 52 points min:1.0 max:1.0
  607. -> create 1278 synthetic samples
  608. -> test with 'LR'
  609. LR tn, fp: 314, 19
  610. LR fn, tp: 9, 4
  611. LR f1 score: 0.222
  612. LR cohens kappa score: 0.183
  613. LR average precision score: 0.197
  614. -> test with 'GB'
  615. GB tn, fp: 333, 0
  616. GB fn, tp: 2, 11
  617. GB f1 score: 0.917
  618. GB cohens kappa score: 0.914
  619. -> test with 'KNN'
  620. KNN tn, fp: 330, 3
  621. KNN fn, tp: 4, 9
  622. KNN f1 score: 0.720
  623. KNN cohens kappa score: 0.710
  624. ------ Step 5/5: Slice 5/5 -------
  625. -> Reset the GAN
  626. -> Train generator for synthetic samples
  627. Train 1332/52 points
  628. -> new disc
  629. -> calc distances
  630. -> statistics
  631. trained 52 points min:1.0 max:1.0
  632. -> create 1280 synthetic samples
  633. -> test with 'LR'
  634. LR tn, fp: 317, 14
  635. LR fn, tp: 9, 4
  636. LR f1 score: 0.258
  637. LR cohens kappa score: 0.224
  638. LR average precision score: 0.205
  639. -> test with 'GB'
  640. GB tn, fp: 329, 2
  641. GB fn, tp: 1, 12
  642. GB f1 score: 0.889
  643. GB cohens kappa score: 0.884
  644. -> test with 'KNN'
  645. KNN tn, fp: 328, 3
  646. KNN fn, tp: 6, 7
  647. KNN f1 score: 0.609
  648. KNN cohens kappa score: 0.595
  649. ### Exercise is done.
  650. -----[ LR ]-----
  651. maximum:
  652. LR tn, fp: 322, 26
  653. LR fn, tp: 12, 7
  654. LR f1 score: 0.387
  655. LR cohens kappa score: 0.359
  656. LR average precision score: 0.331
  657. average:
  658. LR tn, fp: 316.64, 15.96
  659. LR fn, tp: 8.96, 4.04
  660. LR f1 score: 0.243
  661. LR cohens kappa score: 0.207
  662. LR average precision score: 0.226
  663. minimum:
  664. LR tn, fp: 307, 9
  665. LR fn, tp: 6, 1
  666. LR f1 score: 0.062
  667. LR cohens kappa score: 0.019
  668. LR average precision score: 0.167
  669. -----[ GB ]-----
  670. maximum:
  671. GB tn, fp: 333, 5
  672. GB fn, tp: 4, 13
  673. GB f1 score: 1.000
  674. GB cohens kappa score: 1.000
  675. average:
  676. GB tn, fp: 332.0, 0.6
  677. GB fn, tp: 0.76, 12.24
  678. GB f1 score: 0.946
  679. GB cohens kappa score: 0.944
  680. minimum:
  681. GB tn, fp: 328, 0
  682. GB fn, tp: 0, 9
  683. GB f1 score: 0.818
  684. GB cohens kappa score: 0.812
  685. -----[ KNN ]-----
  686. maximum:
  687. KNN tn, fp: 333, 8
  688. KNN fn, tp: 11, 9
  689. KNN f1 score: 0.720
  690. KNN cohens kappa score: 0.710
  691. average:
  692. KNN tn, fp: 330.0, 2.6
  693. KNN fn, tp: 7.68, 5.32
  694. KNN f1 score: 0.504
  695. KNN cohens kappa score: 0.490
  696. minimum:
  697. KNN tn, fp: 325, 0
  698. KNN fn, tp: 4, 2
  699. KNN f1 score: 0.267
  700. KNN cohens kappa score: 0.259