aboutsummaryrefslogtreecommitdiffstats
path: root/model-evaluation
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Use fileAcquirerJon Bratseth2018-09-104-13/+29
|
* Revert "Merge pull request #6859 from ↵Jon Bratseth2018-09-1017-51/+31
| | | | | | | vespa-engine/revert-6855-bratseth/test-with-constants" This reverts commit 68708408abd1d47bb8f5e5a1d80855739b717c2f, reversing changes made to 56591420e8cb8c6a9085d7327b977c3c5b1971b1.
* Revert "Test with constants"Arnstein Ressem2018-09-1017-31/+51
|
* Optimize importsJon Bratseth2018-09-075-27/+0
|
* Test with constantsJon Bratseth2018-09-0714-24/+31
|
* Refactor test and prepare for injecting constantsJon Bratseth2018-09-075-124/+197
|