aboutsummaryrefslogtreecommitdiffstats
path: root/model-evaluation/src/test
Commit message (Collapse)AuthorAgeFilesLines
* allow dollar in function namesArne Juul2023-03-035-0/+89
|
* add missing unit testArne Juul2023-03-021-0/+5
|
* add unit test with advanced config (lifted from system test)Arne Juul2023-03-014-0/+175
|
* Replace `OnnxEvaluatorCache` with OnnxRuntimeBjørn Christian Seime2023-02-274-8/+8
| | | | | | Require an `OnnxRuntime` instance to create `OnnxEvaluator` instances. Cache underlying `OrtSession` instead of `OnnxEvaluator`. Move static helpers for checking Onnx runtime availability from `OnnxEvaluator` to `OnnxRuntime`.
* pick up declared type of query/attribute features,Arne Juul2023-02-265-0/+27
| | | | and handle globalphase not wrapped in rankExpression().
* add configurable input/output mappingsArne Juul2023-02-221-6/+12
|
* Cache Onnx model instancesBjørn Christian Seime2023-02-221-1/+2
| | | | | | Manage lifecycle of OnnxEvaluator instances explicitly to allow instances to be cached without use WeakHashmap/finalizers. Inject shared Onnx model cache in ModelsEvaluator.
* Test direct renderingJon Bratseth2023-01-162-20/+88
|
* Support direct tensor renderingJon Bratseth2023-01-143-5/+9
|
* match JSON structureArne Juul2022-12-151-20/+18
|
* compare with Tensor not stringArne Juul2022-12-151-3/+11
|
* make it possible to check for equivalent JSONArne Juul2022-12-151-6/+40
|
* Fix testBatchDimensionEvaluation test by forcing long formatLester Solbakken2022-12-131-1/+1
|
* mark tests that are failing at the momentArne Juul2022-12-122-0/+9
|
* Use well defined order where we output text and generate config. Makes ↵Henning Baldersheim2022-12-012-7/+7
| | | | config stable and simple tests predictable.
* Revert "Revert "- Reduce usage of guava.""Henning Baldersheim2022-12-013-10/+32
|
* Revert "- Reduce usage of guava."Henning Baldersheim2022-12-013-32/+10
|
* - Reduce usage of guava.Henning Baldersheim2022-12-013-10/+32
| | | | - Ensure that tests relying on order are determinsitic.
* Deprecate ConfigGetterHarald Musum2022-07-075-5/+5
|
* Set short tensor format as defaultLester Solbakken2022-06-081-7/+9
|
* Include xgboost_non_standaloneJon Bratseth2022-04-291-2/+2
|
* Allow models referencing functions they don't defineJon Bratseth2022-04-292-1/+4
| | | | | | | | ML models may not be designed to be used standalone but only in context of another ranking expression, which then supplies functions referenced by the model. Tolerate such models in stateløess evaluation.
* Expect consistent spacingJon Bratseth2022-03-291-3/+3
|
* Move method for checking if onnxruntime is availableHarald Musum2022-02-113-4/+11
| | | | Use it in model-evaluation as well
* Replace usage of deprecated ConfigGetter method and FileSource.gjoranv2022-02-015-73/+63
|
* Add missiung copyrightsJon Bratseth2021-10-201-0/+1
|
* Update Verizon Media copyright notices.gjoranv2021-10-075-5/+5
|
* Update 2018 copyright notices.gjoranv2021-10-077-7/+7
|
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
|
* Add tensor short form format option for result renderingLester Solbakken2021-09-291-4/+3
|
* Use values/cells/blocks format for short formLester Solbakken2021-09-281-6/+6
|
* Fix testLester Solbakken2021-09-271-1/+1
|
* Stateless REST API: short forms for sparse and mixed tensorsLester Solbakken2021-09-272-2/+41
|
* Add short form output option to model-evaluation REST APILester Solbakken2021-09-011-0/+10
|
* Parse unbound tensors in short formLester Solbakken2021-08-311-0/+22
|
* Add unit test for using host request headerLester Solbakken2021-08-302-0/+21
|
* lz4 compress blobs.Henning Baldersheim2021-08-304-4/+5
|
* Test loading of large rank expressions from filesHenning Baldersheim2021-08-267-43/+63
|
* Handle external expressions in model evaluation too.Henning Baldersheim2021-08-261-0/+11
|
* Remove onnx feature as argument for stateless evaluationLester Solbakken2021-06-281-5/+2
|
* Add currently unused config to interfaceHenning Baldersheim2021-05-239-6/+21
|
* Evaluate ONNX models in model-evaluation with ONNX RTLester Solbakken2021-05-2016-69/+441
|
* Add support for importing LightGBM modelsLester Solbakken2020-02-023-2/+55
|
* Support setting missing-value in evaluate HTTP requestsJon Bratseth2019-10-231-0/+13
|
* Clean up terminologyJon Bratseth2019-10-231-3/+3
|
* Add dynamically settable defaultJon Bratseth2019-10-231-1/+25
|
* Default value may be of any typeJon Bratseth2019-10-112-4/+4
|
* Set default missing value to NaN for model evaluationLester Solbakken2019-10-112-2/+2
|
* bindings->arguments, binding->name in web service APIJon Bratseth2018-10-021-5/+6
|
* Be truthful about generated functionsJon Bratseth2018-10-022-27/+33
|