aboutsummaryrefslogtreecommitdiffstats
path: root/model-evaluation/src
Commit message (Collapse)AuthorAgeFilesLines
* Add support for importing LightGBM modelsLester Solbakken2020-02-025-4/+79
|
* Support setting missing-value in evaluate HTTP requestsJon Bratseth2019-10-232-0/+19
|
* Clean up terminologyJon Bratseth2019-10-233-15/+15
|
* SimplifyJon Bratseth2019-10-232-16/+8
|
* Add dynamically settable defaultJon Bratseth2019-10-233-12/+74
|
* Default value may be of any typeJon Bratseth2019-10-114-37/+27
|
* Set default missing value to NaN for model evaluationLester Solbakken2019-10-114-6/+11
|
* Support missing values in expression evaluation in JavaLester Solbakken2019-10-111-16/+46
|
* Expression file references in Vespa modelsJon Bratseth2019-06-061-6/+4
|
* 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-186-18/+395
|\ | | | | 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-175-18/+387
| |
* | support 'function' in addition to 'macro' in rank profilesJon Bratseth2018-09-171-2/+2
|/
* Import small constantsJon Bratseth2018-09-115-2/+100
|
* 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
|
* Read fiel distribution file reference correctlyJon Bratseth2018-09-071-4/+17
|
* Send global constantsJon Bratseth2018-09-062-39/+65
|
* Revert "Merge pull request #6818 from ↵Jon Bratseth2018-09-0511-30/+221
| | | | | | | vespa-engine/revert-6813-bratseth/handle-large-constants-take-4" This reverts commit 9394b251a6353151e01121d019052a2e0860f117, reversing changes made to bd6bfca0bc973eb2edd4fc2ab793f2e2ca3fc248.
* Revert "Bratseth/handle large constants take 4"Harald Musum2018-09-0511-221/+30
|
* Revert "Merge pull request #6794 from ↵Jon Bratseth2018-09-0511-30/+221
| | | | | | | vespa-engine/revert-6788-bratseth/handle-large-constants-take-2" This reverts commit 7516c7245cbcda860ff977fe111ebfe7e35e0078, reversing changes made to 793aac11a3cbefd24535595665fc3c3104c1e043.
* Revert "Bratseth/handle large constants take 3"Jon Bratseth2018-09-0511-221/+30
|
* Revert "Merge pull request #6794 from ↵Jon Bratseth2018-09-0511-30/+221
| | | | | | | vespa-engine/revert-6788-bratseth/handle-large-constants-take-2" This reverts commit 7516c7245cbcda860ff977fe111ebfe7e35e0078, reversing changes made to 793aac11a3cbefd24535595665fc3c3104c1e043.
* Revert "Bratseth/handle large constants take 2"Jon Bratseth2018-09-0411-221/+30
|
* Revert "Merge pull request #6781 from ↵Jon Bratseth2018-09-0411-30/+221
| | | | | | | vespa-engine/revert-6774-bratseth/handle-large-constants" This reverts commit f4b81d662c31f25b2be8964fd22bacf11b60e362, reversing changes made to f0405491348b35153b6bc3137ae8af6df7255c05.
* Revert "Bratseth/handle large constants"Harald Musum2018-09-0411-221/+30
|
* Read and resolve constants in model evaluationJon Bratseth2018-09-0310-29/+179
|