geval/CHANGELOG.md

72 lines
1.2 KiB
Markdown
Raw Normal View History

2019-08-10 16:31:54 +02:00
2019-12-16 12:49:18 +01:00
## 1.25.0.0
* Add --oracle-item-based
2019-12-14 21:12:46 +01:00
## 1.24.0.0
* Introduce metric priorities
* Use "Cartesian" strings in metrics
2019-12-13 20:38:08 +01:00
## 1.23.0.0
* New style of train data is preferred
- `in.tsv` and `expected.tsv` instead of `train.tsv`
- though this is not required as sometimes training data look different than test data
- `--validate` option was changed accordingly
2019-11-25 21:35:22 +01:00
## 1.22.1.0
* Add "Mean/" meta-metric (for the time being working only with MultiLabel-F-measure)
* Add :S flag
2019-11-18 21:53:40 +01:00
## 1.22.0.0
* Add SegmentAccuracy
2019-09-07 15:55:36 +02:00
## 1.21.0.0
* Add Probabilistic-MultiLabel-F-measure
2019-09-03 17:21:27 +02:00
## 1.20.1.0
* Fix Soft2D-F1 metric
* Check for invalid rectangles in Soft2D-F1 metric
2019-08-22 17:09:58 +02:00
## 1.20.0.0
* Add --list-metrics options
* Add Soft2D-F1 metric.
2019-08-20 07:55:22 +02:00
## 1.19.0.0
* Fully static build
* Add preprocessing options for metrics
2019-08-10 16:31:54 +02:00
## 1.18.2.0
* During validation, check the number of columns
* During validation, check the number of lines
* Validate train files
## 1.18.1.0
* During validation, check whether the maximum values is obtained with the expected data
2019-08-10 12:30:17 +02:00
## 1.18.0.0
* Add --validate option
2019-03-12 22:41:57 +01:00
## 1.17.0.0
* Add Probabilistic-Soft-F-score
2019-02-14 20:41:18 +01:00
## 1.16.0.0
* Handle JSONL files (only for MultiLabel-F-score)
* Fix SMAPE metric
## 1.0.0.1
2019-02-14 20:41:18 +01:00
* Added `--version`, `-v` options handling