Skip to content

Commit c2f5201

Browse files
committed
[DOCS] Removes best practice about fields that are highly correlated to the dependent variable. (#48935)
1 parent 9188895 commit c2f5201

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

docs/reference/ml/df-analytics/apis/put-dfanalytics.asciidoc

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -80,12 +80,6 @@ the `dest` index that don’t contain a results field are not included in the
8080
single number. For example, in case of age ranges, you can model the values as
8181
"0-14" = 0, "15-24" = 1, "25-34" = 2, and so on.
8282

83-
Fields that are highly correlated to the `dependent_variable` should be excluded
84-
from the analysis. For example, if you have a multi-value field as
85-
`dependent_variable`, {es} will be mapping it both as text and keyword which
86-
results in two fields (`field` and `field.keyword`). It is required to exclude
87-
the field with the text mapping to get exact results from the analysis.
88-
8983

9084
[[ml-put-dfanalytics-path-params]]
9185
==== {api-path-parms-title}

0 commit comments

Comments
 (0)