瀏覽代碼

[DOCS] Fixes shared attribute for feature importance

lcawl 5 年之前
父節點
當前提交
2641a39fd5
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      docs/reference/ingest/processors/inference.asciidoc

+ 2 - 2
docs/reference/ingest/processors/inference.asciidoc

@@ -163,7 +163,7 @@ For example, you provide a tag `foo` in the definition as you can see below:
 // NOTCONSOLE
 // NOTCONSOLE
 
 
 
 
-The `{feat-imp}` value is written to the `ml.inference.foo.feature_importance` 
+The {feat-imp} value is written to the `ml.inference.foo.feature_importance` 
 field.
 field.
 
 
 You can also specify a target field as follows:
 You can also specify a target field as follows:
@@ -177,5 +177,5 @@ You can also specify a target field as follows:
 --------------------------------------------------
 --------------------------------------------------
 // NOTCONSOLE
 // NOTCONSOLE
 
 
-In this case, `{feat-imp}` is exposed in the 
+In this case, {feat-imp} is exposed in the 
 `my_field.foo.feature_importance` field.
 `my_field.foo.feature_importance` field.