Commit 15d6be4 1 parent e48b3be commit 15d6be4 Copy full SHA for 15d6be4
File tree 1 file changed +5
-1
lines changed
docs/reference/ml/df-analytics/apis
1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -78,8 +78,12 @@ include::{es-repo-dir}/ml/ml-shared.asciidoc[tag=from-models]
78
78
A comma delimited string of optional fields to include in the response body. The
79
79
default value is empty, indicating no optional fields are included. Valid
80
80
options are:
81
- - `definition`: Includes the model definition
81
+ - `definition`: Includes the model definition.
82
82
- `feature_importance_baseline`: Includes the baseline for {feat-imp} values.
83
+ - `hyperparameters`: Includes the information about hyperparameters used to
84
+ train the model. This information consists of the value, the absolute and
85
+ relative importance of the hyperparameter as well as an indicator of whether
86
+ it was specified by the user or tuned during hyperparameter optimization.
83
87
- `total_feature_importance`: Includes the total {feat-imp} for the training
84
88
data set.
85
89
The baseline and total {feat-imp} values are returned in the `metadata` field
You can’t perform that action at this time.
0 commit comments