[DOCS] Formatting fix in get trained model API (#62643)
This commit is contained in:
parent
1dde4983f6
commit
fa48b5c836
|
@ -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]
|
||||
=====
|
||||
|
|
|
@ -781,7 +781,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.
|
||||
|
|
Loading…
Reference in New Issue