File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
docs/reference/ml/df-analytics/apis Expand file tree Collapse file tree 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]
7878A comma delimited string of optional fields to include in the response body. The
7979default value is empty, indicating no optional fields are included. Valid
8080options are:
81- - `definition`: Includes the model definition
81+ - `definition`: Includes the model definition.
8282 - `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.
8387 - `total_feature_importance`: Includes the total {feat-imp} for the training
8488 data set.
8589The baseline and total {feat-imp} values are returned in the `metadata` field
You can’t perform that action at this time.
0 commit comments