aboutsummaryrefslogtreecommitdiffstats
path: root/model-evaluation/src/test/java/ai/vespa/models/handler/ModelsEvaluationHandlerTest.java
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* simpler and more regular handling of file acquirer mockingArne Juul2023-03-071-1/+1
* Replace `OnnxEvaluatorCache` with OnnxRuntimeBjørn Christian Seime2023-02-271-2/+2
* Test direct renderingJon Bratseth2023-01-161-13/+73
* Support direct tensor renderingJon Bratseth2023-01-141-2/+2
* compare with Tensor not stringArne Juul2022-12-151-3/+11
* mark tests that are failing at the momentArne Juul2022-12-121-0/+3
* Revert "Revert "- Reduce usage of guava.""Henning Baldersheim2022-12-011-4/+18
* Revert "- Reduce usage of guava."Henning Baldersheim2022-12-011-18/+4
* - Reduce usage of guava.Henning Baldersheim2022-12-011-4/+18
* Deprecate ConfigGetterHarald Musum2022-07-071-0/+1
* 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-111-0/+4
* Replace usage of deprecated ConfigGetter method and FileSource.gjoranv2022-02-011-13/+13
* 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-301-0/+9
* Test loading of large rank expressions from filesHenning Baldersheim2021-08-261-4/+3
* Add currently unused config to interfaceHenning Baldersheim2021-05-231-1/+4
* Evaluate ONNX models in model-evaluation with ONNX RTLester Solbakken2021-05-201-67/+26
* 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