Skip to content

Commit 9496369

Browse files
committed
[DOCS] Fixes shared attribute for feature importance
1 parent 958e9d1 commit 9496369

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/reference/ingest/processors/inference.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ For example, you provide a tag `foo` in the definition as you can see below:
163163
// NOTCONSOLE
164164

165165

166-
The `{feat-imp}` value is written to the `ml.inference.foo.feature_importance`
166+
The {feat-imp} value is written to the `ml.inference.foo.feature_importance`
167167
field.
168168

169169
You can also specify a target field as follows:
@@ -177,5 +177,5 @@ You can also specify a target field as follows:
177177
--------------------------------------------------
178178
// NOTCONSOLE
179179

180-
In this case, `{feat-imp}` is exposed in the
180+
In this case, {feat-imp} is exposed in the
181181
`my_field.foo.feature_importance` field.

0 commit comments

Comments
 (0)