Browse Source

[DOCS] Formatting fix in get trained model API (#62643)

Lisa Cawley 5 years ago
parent
commit
e48eab95e9

+ 1 - 0
docs/reference/ml/df-analytics/apis/get-inference-trained-model.asciidoc

@@ -139,6 +139,7 @@ The license level of the trained model.
 (object)
 An object containing metadata about the trained model. For example, models
 created by {dfanalytics} contain `analysis_config` and `input` objects.
++
 .Properties of metadata
 [%collapsible%open]
 =====

+ 1 - 1
docs/reference/ml/ml-shared.asciidoc

@@ -786,7 +786,7 @@ used to train the model, which defaults to `<dependent_variable>_prediction`.
 end::inference-config-results-field-processor[]
 
 tag::inference-metadata-feature-importance-feature-name[]
-The training feature name for which this importance was calculated.
+The feature for which this importance was calculated.
 end::inference-metadata-feature-importance-feature-name[]
 tag::inference-metadata-feature-importance-magnitude[]
 The average magnitude of this feature across all the training data.