aboutsummaryrefslogtreecommitdiffstats
path: root/model-evaluation
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Set default missing value to NaN for model evaluationLester Solbakken2019-10-115-9/+12
|
* Support missing values in expression evaluation in JavaLester Solbakken2019-10-111-16/+46
|
* Expression file references in Vespa modelsJon Bratseth2019-06-061-6/+4
|
* 6-SNAPSHOT -> 7-SNAPSHOTArnstein Ressem2019-01-211-2/+2
|
* Revert "Revert "Enable ABI checking on modules with public APIs""Ilpo Ruotsalainen2019-01-092-0/+91
| | | | This reverts commit cd470d8ac8a58c943748f028a37d864507628e99.
* Revert "Enable ABI checking on modules with public APIs"Håkon Hallingstad2019-01-042-91/+0
|
* Move abi-check-plugin configuration to parent.Ilpo Ruotsalainen2018-12-211-12/+0
| | | | | Instead of configuring in each module separately, put all configuration to parent and let the relevant modules just enable the plugin.
* Enable abi-check-plugin on relevant modules.Ilpo Ruotsalainen2018-12-182-0/+103
|
* Move all importing to model-integrationJon Bratseth2018-11-221-3/+5
|
* Restore old package nameJon Bratseth2018-11-221-1/+1
|
* bindings->arguments, binding->name in web service APIJon Bratseth2018-10-022-16/+10
|
* Be truthful about generated functionsJon Bratseth2018-10-023-31/+47
|
* Don't expose generated functionsJon Bratseth2018-10-023-5/+14
|
* Return function types without evaluatingJon Bratseth2018-10-023-20/+18
|
* Add copyright headerJon Bratseth2018-10-013-2/+5
|
* Remove TODOJon Bratseth2018-10-012-4/+0
|
* Test validation explicitlyJon Bratseth2018-10-012-2/+71
|
* Validate all bindingsJon Bratseth2018-10-016-29/+65
|
* Fill in missing typesJon Bratseth2018-10-015-39/+70
|
* Resoløve return types whenever possibleJon Bratseth2018-10-014-6/+34
|
* Include argument type information in functionsJon Bratseth2018-10-017-34/+126
|
* Move most of logic to model evaluation and better discovery informationLester Solbakken2018-09-202-72/+51
|
* Remove ExportPackageLester Solbakken2018-09-191-4/+0
|
* Throw and catch exception on query errorLester Solbakken2018-09-191-37/+39
|
* Merge pull request #6981 from vespa-engine/lesters/add-model-eval-rest-apiJon Bratseth2018-09-187-18/+407
|\ | | | | Lesters/add model eval rest api
| * Change return codes from 400 to 404Jon Bratseth2018-09-182-10/+14
| |
| * AddedJon Bratseth2018-09-181-0/+4
| |
| * Add model evaluation rest api handlerLester Solbakken2018-09-176-18/+399
| |
* | support 'function' in addition to 'macro' in rank profilesJon Bratseth2018-09-171-2/+2
|/
* Import small constantsJon Bratseth2018-09-115-2/+100
|
* Set scope 'provided' for config-lib in searchcoregjoranv2018-09-101-3/+0
| | | | | - Searchcore is not used in any java standalone (non-jdisc) apps. - ImportPackage in model-evaluation is now unnecessary.
* Test mnist modelJon Bratseth2018-09-101-1/+1
|
* Use correct modelJon Bratseth2018-09-103-0/+6
|