summaryrefslogtreecommitdiffstats
path: root/model-evaluation/README
diff options
context:
space:
mode:
Diffstat (limited to 'model-evaluation/README')
-rw-r--r--model-evaluation/README6
1 files changed, 6 insertions, 0 deletions
diff --git a/model-evaluation/README b/model-evaluation/README
new file mode 100644
index 00000000000..42b618bdf6f
--- /dev/null
+++ b/model-evaluation/README
@@ -0,0 +1,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).
+