Commit Graph

176 Commits

Author SHA1 Message Date
bd2bfde287 MultiLabel-F1 works on labels given with probs now 2018-08-09 14:08:54 +02:00
da2114e6d2 reverse sides when diffing 2018-08-07 16:21:37 +02:00
6a862c0e82 bump up version number 2018-08-06 12:11:06 +02:00
020b93ccf8 p-value for features counted 2018-08-02 12:50:13 +02:00
2b1cf80601 implement ranking conduit 2018-08-01 22:39:34 +02:00
4b3a4fa665 implement MultiLabel-F metric 2018-07-26 13:01:10 +02:00
c0fd359590 refactor for Gonito 2018-07-14 09:48:45 +02:00
0c6032d166 print params 2018-07-10 16:22:28 +02:00
ab635f2594 add helper function for parsing params in file paths 2018-07-10 11:18:52 +02:00
830de547b0 switch off parallel garbage collector (was slowing down execution on the multi-core system)
see https://github.com/commercialhaskell/stack/issues/680
2018-07-09 09:31:15 +02:00
0708b746a9 fix handling compressed files 2018-06-29 16:59:00 +02:00
1278081a48 results are sorted in the natural manner when multiple outputs are evaluated 2018-06-28 16:32:46 +02:00
338ddb7fbf fully handle multiple outputs 2018-06-28 16:22:22 +02:00
ba26cdb9e0 multiple outs are recognised but not handled 2018-06-28 15:36:47 +02:00
656a194f42 start refactoring to enable evaluating multiple outputs 2018-06-28 14:49:44 +02:00
Tomasz Weissbek
964957b1db Added version flag handling, added changelog 2018-06-13 12:19:06 +02:00
4b06f59d3a bump up version 2018-06-08 12:39:33 +02:00
18ed47322e Merge branch 'master' into smart-conduit 2018-06-02 16:31:36 +02:00
546f2a4e24 bump up version number 2018-06-02 12:24:49 +02:00
3f7384f467 add --sort and --reverse-sort options 2018-05-28 10:04:27 +02:00
f68223409e add test for the line-by-line mode 2018-05-26 21:10:22 +02:00
3e201d11ef update for Stack LTS 11.9 2018-05-19 13:49:53 +02:00
1caec3de35 bump up version 2018-05-17 08:27:15 +02:00
438f013914 automatic decompression 2018-05-17 08:26:57 +02:00
bab4f7d94c bump up version number 2018-05-16 21:01:16 +02:00
82e794ae3c implement BIO-F1 2018-05-16 10:51:50 +02:00
a1c357948e bump up version 2018-05-15 08:16:51 +02:00
bdcd26cddc WIP 2018-05-14 10:37:58 +02:00
cea084c789 accuracy can work on probs now 2018-04-07 21:13:37 +02:00
ff8ec8880e add LogLoss 2018-04-07 08:29:58 +02:00
6c33e2a4ea bump up version number 2018-02-20 21:28:14 +01:00
118d4a5fe9 bump up version number 2018-02-20 21:28:14 +01:00
908248738b bump up version number 2018-02-20 21:28:14 +01:00
e7518a1141 bump up version number 2018-02-20 21:28:14 +01:00
5276e38b42 bump up version number 2018-02-20 21:28:13 +01:00
c70d49c418 add line-by-line mode 2018-02-20 21:28:13 +01:00
2263dd7dd3 bump up version number 2018-02-20 21:28:13 +01:00
a05d850ccf bump up version number 2018-02-20 21:28:13 +01:00
a580030bfb bump up version number 2018-02-20 21:28:13 +01:00
72dbf33b8d make it possible to cover metrics operating on the input, add CharMatch metric 2018-02-20 21:28:13 +01:00
1e8e0e2733 bump up version number 2018-02-20 21:28:13 +01:00
9fb9efafc5 bump up version number 2018-02-20 21:28:13 +01:00
0e9c44a5b5 start working on LogLossHashed 2018-02-20 21:28:13 +01:00
595b2c9650 fix purity 2018-02-20 21:28:13 +01:00
065a3ce9cd add auxiliary function for calculating purity 2018-02-20 21:28:13 +01:00
422d7c63d9 make UTF8 decoding lenient 2018-02-20 21:28:13 +01:00
8c60426bae bump up version 2018-02-20 21:28:13 +01:00
f4568481bc bump up version 2018-02-20 21:28:13 +01:00
d118e15353 refactor 2018-02-20 21:28:12 +01:00
c3a6d94d1c start work on ClippEU 2018-02-20 21:28:12 +01:00
c3106a1ad6 finish general procedure for precision, recall and F-measure 2018-02-20 21:28:12 +01:00
ef9cba2c75 use gonito.net repos insread of GitHub 2018-02-20 21:28:12 +01:00
b4e5dcbd9d add getOptions for extracting options without running the evaluation 2018-02-20 21:28:12 +01:00
a86828e3a8 forgotten export 2018-02-20 21:28:12 +01:00
995beb6dbc handle metric ordering 2018-02-20 21:28:12 +01:00
7f3973890d check emptiness 2018-02-20 21:28:12 +01:00
17d39c4293 check the number of lines 2018-02-20 21:28:12 +01:00
cf6f287763 handle Accuracy 2018-02-20 21:28:12 +01:00
Filip Gralinski
e55708a8f0 small fixes 2018-02-20 21:28:12 +01:00
085ef0ec9e add --precision option 2018-02-20 21:28:12 +01:00
fc6ef6ed90 fix cabal file 2018-02-20 21:28:12 +01:00
Filip Gralinski
3a10d32084 more in README 2018-02-20 21:28:12 +01:00
7b009b048a BLEU cntd. 2018-02-20 21:28:11 +01:00
bf4b91f8f8 start work on BLEU 2018-02-20 21:28:11 +01:00
f6abc0f485 creating a challenge continued, fixed a typo 2018-02-20 21:28:11 +01:00
0892b8b0a3 print init instructions 2018-02-20 21:28:11 +01:00
c8fce1110e fix module names 2018-02-20 21:28:11 +01:00
bbf6b1ec43 add a function for running with args, reading config file 2018-02-20 21:28:11 +01:00
228b7b0606 move option parsing to lib 2018-02-20 21:28:11 +01:00
d75c1b646b add exceptions 2018-02-20 21:28:11 +01:00
759c258ecb start parsing options 2018-02-20 21:28:11 +01:00
6290250125 introduce GEvalSpecification 2018-02-20 21:28:11 +01:00
33f4af1c38 rename 2018-02-20 21:28:11 +01:00
85ec1fdccb simple test passed 2018-02-20 21:28:11 +01:00
17844b5921 init cntd. 2018-02-20 21:28:11 +01:00
e923db54f1 init 2018-02-20 21:27:59 +01:00