aboutsummaryrefslogtreecommitdiffstats
path: root/model-evaluation/src/test/java/ai/vespa/models/handler
Commit message (Expand)AuthorAgeFilesLines
* simpler and more regular handling of file acquirer mockingArne Juul2023-03-071-1/+1
* Replace `OnnxEvaluatorCache` with OnnxRuntimeBjørn Christian Seime2023-02-272-4/+4
* add configurable input/output mappingsArne Juul2023-02-221-6/+12
* 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
* Revert "Revert "- Reduce usage of guava.""Henning Baldersheim2022-12-012-9/+22
* Revert "- Reduce usage of guava."Henning Baldersheim2022-12-012-22/+9
* - Reduce usage of guava.Henning Baldersheim2022-12-012-9/+22
* Deprecate ConfigGetterHarald Musum2022-07-072-0/+2
* Set short tensor format as defaultLester Solbakken2022-06-081-7/+9
* Include xgboost_non_standaloneJon Bratseth2022-04-291-2/+2
* Expect consistent spacingJon Bratseth2022-03-291-3/+3
* Move method for checking if onnxruntime is availableHarald Musum2022-02-112-2/+8
* Replace usage of deprecated ConfigGetter method and FileSource.gjoranv2022-02-012-25/+25
* Update Verizon Media copyright notices.gjoranv2021-10-072-2/+2
* Update 2018 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
* Stateless REST API: short forms for sparse and mixed tensorsLester Solbakken2021-09-271-2/+32
* 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
* Test loading of large rank expressions from filesHenning Baldersheim2021-08-261-4/+3
* Remove onnx feature as argument for stateless evaluationLester Solbakken2021-06-281-5/+2
* Add currently unused config to interfaceHenning Baldersheim2021-05-232-2/+8
* Evaluate ONNX models in model-evaluation with ONNX RTLester Solbakken2021-05-203-67/+239
* Add support for importing LightGBM modelsLester Solbakken2020-02-021-1/+34
* Support setting missing-value in evaluate HTTP requestsJon Bratseth2019-10-231-0/+13
* Default value may be of any typeJon Bratseth2019-10-111-2/+2
* Set default missing value to NaN for model evaluationLester Solbakken2019-10-111-1/+1
* bindings->arguments, binding->name in web service APIJon Bratseth2018-10-021-5/+6
* Don't expose generated functionsJon Bratseth2018-10-021-1/+1
* Validate all bindingsJon Bratseth2018-10-011-11/+20
* Include argument type information in functionsJon Bratseth2018-10-011-2/+2
* Move most of logic to model evaluation and better discovery informationLester Solbakken2018-09-201-5/+5
* Change return codes from 400 to 404Jon Bratseth2018-09-181-4/+4
* Add model evaluation rest api handlerLester Solbakken2018-09-171-0/+201