|
40bf850423
|
Add p<X> operations for choosing the most confident items
|
2021-10-26 06:48:12 +02:00 |
|
|
8d8ca7f4b1
|
Fix line-by-line mode not working for BIO-F1
|
2021-10-09 18:28:14 +02:00 |
|
|
3e4978fdbf
|
Add test for testing line-by-line
(Commented for the time being)
|
2021-10-09 15:52:06 +02:00 |
|
|
612792799a
|
Add PerplexityHashed metric
|
2021-08-20 19:31:32 +02:00 |
|
|
8dbcb548ae
|
Improve detecting wrong metrics during validation
|
2021-07-29 14:55:59 +02:00 |
|
|
c71bba81f3
|
Fix bug with inconsistent handling of probs in MultiLabel-F1
|
2021-07-23 17:26:41 +02:00 |
|
|
eecd71e8e1
|
Matching specification can be used for Accuracy
|
2021-07-19 16:37:43 +02:00 |
|
|
0f9ab275ef
|
Handle DOS/Windows end-of-lines
|
2021-06-30 09:33:07 +02:00 |
|
|
4eb20f5bb0
|
Merge branch 'filter-and-match'
|
2021-06-10 15:01:27 +02:00 |
|
|
fb63894db0
|
Fix filter and match combination
|
2021-06-10 15:01:10 +02:00 |
|
|
0afa1fe0ba
|
Add BIOWeightedF1 metric
|
2021-06-10 09:21:43 +02:00 |
|
Karol Kaczmarek
|
1dfe3ce7f0
|
Add Haversine metric
|
2021-06-06 20:20:25 +02:00 |
|
|
40d5ac602e
|
Handle escaping spaces in configuration files
|
2020-10-17 18:56:30 +02:00 |
|
|
819fbecedc
|
Add CER metric
(Character-Error Rate)
|
2020-10-17 16:55:40 +02:00 |
|
|
197c198a07
|
Add --show-preprocessed option
|
2020-08-08 18:41:53 +02:00 |
|
|
d21cfe64fb
|
Fix line-by-line mode for MultiLabel
|
2020-08-08 16:59:08 +02:00 |
|
|
a08ae0cf99
|
Add test for line-by-line
|
2020-08-08 14:38:21 +02:00 |
|
|
5553fbc4ca
|
Merge branch 'master' into blabla
|
2020-08-03 21:10:27 +02:00 |
|
|
23acb01338
|
Fixes in README (description of flags)
|
2020-08-01 21:37:48 +02:00 |
|
|
3ebe158e55
|
Describe flags, add "c" and "t" flags.
Also add tests for flags
|
2020-08-01 21:27:04 +02:00 |
|
welp
|
0d613d004e
|
incorporate test changes
|
2020-07-13 17:45:10 +02:00 |
|
welp
|
32290d3715
|
pure percantage format feature commit
|
2020-07-13 16:20:36 +02:00 |
|
|
6c295a3325
|
Add hardening
|
2020-07-02 18:22:29 +02:00 |
|
|
236712c52b
|
Add smart mode
|
2020-07-02 18:14:56 +02:00 |
|
|
00a2fc7d19
|
First version of fuzzy matching working
|
2020-07-02 08:16:05 +02:00 |
|
|
4e3ff20e2c
|
A dead-end when working on fuzzy matching
|
2020-07-01 18:24:45 +02:00 |
|
Filip Gralinski
|
32bf424e6c
|
Add new tests for MultiLabel-F1
|
2020-06-27 18:15:34 +02:00 |
|
|
a00120b1c2
|
Filtering works on multiple values
|
2020-05-20 10:50:01 +02:00 |
|
|
634dd21b12
|
Finish filtering
|
2020-05-13 15:34:16 +02:00 |
|
|
698b7a5db8
|
Add test for filtering (still failing)
|
2020-05-13 13:32:46 +02:00 |
|
|
8d429b01cb
|
Show column names in extracted features
|
2020-02-22 12:13:45 +01:00 |
|
|
6d586c7238
|
Handle headers
|
2020-02-22 11:18:34 +01:00 |
|
|
e627106dd6
|
Fix bug in cross-tabs
It was due to a huge bug in ordered-containers.
|
2020-02-11 09:37:19 +01:00 |
|
Lukasz Borchmann
|
b4f288d7dd
|
Tests for multi-overlap FLC.
|
2020-02-04 14:37:57 +01:00 |
|
Lukasz Borchmann
|
b22d1777d7
|
Tests for FLC-F1 metric
|
2020-02-04 13:13:58 +01:00 |
|
|
1cea36ac93
|
Helper functions for confidence bounds
|
2020-01-27 21:54:34 +01:00 |
|
|
ae2769b7b9
|
Implement bootstrap in GEval
|
2020-01-25 23:46:33 +01:00 |
|
|
deb14c6702
|
Add Bootstrap facilities
|
2020-01-25 22:05:11 +01:00 |
|
|
608b1f9d73
|
Merge branch 'master' into bootstrap
|
2020-01-18 18:09:19 +01:00 |
|
|
e170c37864
|
Add substitution operation
|
2020-01-11 17:02:49 +01:00 |
|
|
4ba61b6e6e
|
Prepare helper functions for cross-tabs
|
2020-01-04 18:17:14 +01:00 |
|
|
9a3a28a813
|
Add --oracle-item-based option
|
2019-12-16 11:18:49 +01:00 |
|
|
2234efa107
|
Multiple metrics can be packed via "Cartesian" strings
|
2019-12-14 20:59:00 +01:00 |
|
|
cb4efe1d6b
|
Introduce :S flag (sorting words within a line)
|
2019-11-25 21:31:17 +01:00 |
|
|
839ad5ce47
|
Merge branch 'master' into bootstrap
|
2019-11-23 13:17:19 +01:00 |
|
|
03aacdef98
|
Add SegmentAccuracy metric
|
2019-11-18 18:35:01 +01:00 |
|
Filip Graliński
|
41fe0d2283
|
Make room for storing the results of bootstrap resampling
|
2019-11-02 16:44:13 +01:00 |
|
|
b540cba7da
|
Implement Probabilistic-MultiLabel-F1
|
2019-09-07 14:16:06 +02:00 |
|
|
029e3880f7
|
Soft2D-F... Metric is inclusive now.
|
2019-09-03 17:19:05 +02:00 |
|
|
e4a6ed347d
|
Change the meaning of Soft2D-F1 metric.
Now it is averaged per line.
|
2019-08-22 17:07:32 +02:00 |
|