From d32dc12f12165dcc8eb3826893f51fafa5266972 Mon Sep 17 00:00:00 2001 From: Scott Stults Date: Thu, 21 Nov 2024 14:52:00 -0500 Subject: [PATCH 1/2] Update logging-features.md Add a link to hello-ltr demo for context about the index schema Signed-off-by: Scott Stults --- _search-plugins/ltr/logging-features.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_search-plugins/ltr/logging-features.md b/_search-plugins/ltr/logging-features.md index fd73eda9a7..7887690c95 100644 --- a/_search-plugins/ltr/logging-features.md +++ b/_search-plugins/ltr/logging-features.md @@ -12,7 +12,7 @@ Feature values need to be logged in order to train a model. This is a crucial co ## `sltr` query -The `sltr` query is the primary method for running features and evaluating models. When logging, an `sltr` query is used to execute each feature query and retrieve the feature scores. A feature set structure is shown in the following example request: +The `sltr` query is the primary method for running features and evaluating models. When logging, an `sltr` query is used to execute each feature query and retrieve the feature scores. A feature set structure that works with the [hello-ltr](https://github.com/o19s/hello-ltr) demo schema is shown in the following example request: ```json PUT _ltr/_featureset/more_movie_features From 44cdbf96c49fb5ce5d3902c6299df4d43725a78e Mon Sep 17 00:00:00 2001 From: Scott Stults Date: Thu, 21 Nov 2024 14:57:41 -0500 Subject: [PATCH 2/2] Update _search-plugins/ltr/logging-features.md Co-authored-by: kolchfa-aws <105444904+kolchfa-aws@users.noreply.github.com> Signed-off-by: Scott Stults --- _search-plugins/ltr/logging-features.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_search-plugins/ltr/logging-features.md b/_search-plugins/ltr/logging-features.md index 7887690c95..7922b8683d 100644 --- a/_search-plugins/ltr/logging-features.md +++ b/_search-plugins/ltr/logging-features.md @@ -12,7 +12,7 @@ Feature values need to be logged in order to train a model. This is a crucial co ## `sltr` query -The `sltr` query is the primary method for running features and evaluating models. When logging, an `sltr` query is used to execute each feature query and retrieve the feature scores. A feature set structure that works with the [hello-ltr](https://github.com/o19s/hello-ltr) demo schema is shown in the following example request: +The `sltr` query is the primary method for running features and evaluating models. When logging, an `sltr` query is used to execute each feature query and retrieve the feature scores. A feature set structure that works with the [`hello-ltr`](https://github.com/o19s/hello-ltr) demo schema is shown in the following example request: ```json PUT _ltr/_featureset/more_movie_features