aboutsummaryrefslogtreecommitdiffstats
path: root/model-evaluation
Commit message (Collapse)AuthorAgeFilesLines
* install_jar CMake functionHåkon Hallingstad2022-05-201-1/+1
|
* Use '@Inject' from 'annotations' in multiple bundlesBjørn Christian Seime2022-05-061-1/+1
|
* Include xgboost_non_standaloneJon Bratseth2022-04-291-2/+2
|
* Allow models referencing functions they don't defineJon Bratseth2022-04-293-2/+7
| | | | | | | | 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 custom `@Beta` annotationBjørn Christian Seime2021-12-032-2/+2
| | | | Replace use of Guava's `com.google.common.annotations.Beta` with custom annotation.
* Avoid using deprecated methodsHenning Baldersheim2021-11-031-2/+2
|
* Make StringValue symmetric so it can accept its output (toString) as input.Henning Baldersheim2021-11-031-1/+0
|
* Add missiung copyrightsJon Bratseth2021-10-201-0/+1
|
* Update Verizon Media copyright notices.gjoranv2021-10-076-6/+6
|
* Update 2018 copyright notices.gjoranv2021-10-0719-19/+19
|
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
|
* Add parsing of ONNX Runtime session options to services.xmlLester Solbakken2021-09-302-3/+13
|
* Add tensor short form format option for result renderingLester Solbakken2021-09-292-6/+4
|
* Use values/cells/blocks format for short formLester Solbakken2021-09-281-6/+6
|
* Rename 'literal' to 'string'Lester Solbakken2021-09-281-1/+1
|
* Fix testLester Solbakken2021-09-271-1/+1
|
* Stateless REST API: short forms for sparse and mixed tensorsLester Solbakken2021-09-273-4/+47
|
* Add short form output option to model-evaluation REST APILester Solbakken2021-09-012-0/+16
|
* Parse unbound tensors in short formLester Solbakken2021-08-311-0/+22
|
* Add unit test for using host request headerLester Solbakken2021-08-302-0/+21
|
* Use HOST request header for base url in model evaluation REST APILester Solbakken2021-08-301-3/+8
|
* Update abiHenning Baldersheim2021-08-301-0/+1
|
* lz4 compress blobs.Henning Baldersheim2021-08-305-7/+16
|
* Update abiHenning Baldersheim2021-08-261-0/+2
|
* Test loading of large rank expressions from filesHenning Baldersheim2021-08-268-45/+72
|
* Handle external expressions in model evaluation too.Henning Baldersheim2021-08-263-2/+60
|
* Revert "Revert "Remove incomplete constructor and unify tests.""Henning Baldersheim2021-08-262-9/+0
|
* Revert "Remove incomplete constructor and unify tests."Arnstein Ressem2021-08-262-0/+9
|
* Remove incomplete constructor and unify tests.Henning Baldersheim2021-08-262-9/+0
|
* Remove onnx feature as argument for stateless evaluationLester Solbakken2021-06-284-11/+3
|
* Merge branch 'master' into lesters/wire-in-stateless-onnx-rtLester Solbakken2021-05-2712-9/+46
|\
| * Use underscore as separator as dot has semantic meaning.Henning Baldersheim2021-05-251-1/+0
| |
| * Add currently unused config to interfaceHenning Baldersheim2021-05-2312-8/+46
| |
* | Add compatibility for old ONNX default signature importLester Solbakken2021-05-271-0/+5
|/
* Evaluate ONNX models in model-evaluation with ONNX RTLester Solbakken2021-05-2024-96/+678
|
* Remove all dependencies to jdisc_http_servicegjoranv2021-03-231-6/+0
|
* Add workaround for bad IntelliJ importBjørn Christian Seime2020-09-211-0/+5
|
* Model eval: handle unambiguous outputs and models converted from tensorflow ↵Lester Solbakken2020-08-241-10/+20
| | | | to onnx
* Add support for importing LightGBM modelsLester Solbakken2020-02-026-4/+80
|
* Update abi specJon Bratseth2019-11-271-1/+1
|
* Support setting missing-value in evaluate HTTP requestsJon Bratseth2019-10-232-0/+19
|
* Update ABI specJon Bratseth2019-10-231-0/+3
|
* Clean up terminologyJon Bratseth2019-10-233-15/+15
|
* SimplifyJon Bratseth2019-10-232-16/+8
|
* Add dynamically settable defaultJon Bratseth2019-10-233-12/+74
|
* Add defaultValue() to ABI-specJon Bratseth2019-10-141-0/+1
|
* Default value may be of any typeJon Bratseth2019-10-114-37/+27
|