Skip to content

Commit

Permalink
[DOCS] Renames limitation items in DFA limitations (elastic#638)
Browse files Browse the repository at this point in the history
Co-Authored-By: Lisa Cawley <[email protected]>
  • Loading branch information
szabosteve and lcawl committed Oct 29, 2019
1 parent 7b9d8f8 commit a8c95ec
Showing 1 changed file with 5 additions and 15 deletions.
20 changes: 5 additions & 15 deletions docs/en/stack/ml/df-analytics/dfanalytics-limitations.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ the Elastic {dfanalytics} feature:

[float]
[[dfa-ccs-limitations]]
=== {ccs-cap} limitation
=== {ccs-cap} is not supported

{ccs-cap} is not supported for {dfanalytics}.

Expand All @@ -27,7 +27,7 @@ That index must be deleted separately.

[float]
[[dfa-update-limitations]]
=== Cannot update a {dfanalytics-job}
=== {dfanalytics-jobs-cap} cannot be updated

You cannot update {dfanalytics-cap} configurations. Instead, delete the
{dfanalytics-job} and create a new one.
Expand All @@ -40,27 +40,17 @@ You cannot update {dfanalytics-cap} configurations. Instead, delete the
dedicated for {ml} processes. For general {ml} settings, see
{ref}/ml-settings.html[{ml-cap} settings in {es}].

[float]
[[dfa-field-limitations]]
=== Field limitations in {dfanalytics}

Currently, {oldetection} only supports numeric features. Non-numeric fields will
be excluded from the analysis by default. If such a field is explicitly included
in the analysis, starting the {dfanalytics} should result in failure. Arrays are
not supported either. Documents that contain analyzed fields with unsupported
values will be skipped entirely.

[float]
[[dfa-missing-fields-limitations]]
=== Missing values in analyzed fields
=== Documents with missing values in analyzed fields are skipped

If there are missing values in feature fields (fields that are subjects of the
{dfanalytics}), then the document that contains the fields with the missing
values will be skipped during the analysis.

[float]
[[dfa-od-field-type-docs-limitations]]
=== {oldetection-cap} field type and document limitation
=== {oldetection-cap} field types

{oldetection-cap} requires numeric or boolean data to analyze. The algorithms
don't support missing values (see also <<dfa-missing-fields-limitations>>),
Expand All @@ -73,7 +63,7 @@ and therefore no {olscore} is computed.

[float]
[[dfa-regression-field-type-docs-limitations]]
=== {regression-cap} field type and document limitation
=== {regression-cap} field types

{regression-cap} supports fields that are numeric, boolean, text, keyword and
ip. It is also tolerant of missing values. Fields that are supported are
Expand Down

0 comments on commit a8c95ec

Please sign in to comment.