summaryrefslogtreecommitdiffstats
path: root/model-evaluation/README
blob: 42b618bdf6fc92989aef1ad66d64cb3eac9dc193 (plain) (blame)
1
2
3
4
5
6
Provides
- an injectable component (ai.vespa.models.evaluation.ModelsEvaluator) which allows direct, stateless evaluation of
any machine learned models added to the models/ directory in any container.
- a handler (turned on with the <models-evaluation> tag in <container>) which provides the models-evaluation REST
API which provides stateless (single data point) model evaluation over HTTP(S).