Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DOCS][7.3] Adds data frame analytics field type and document limitation #521

Merged
merged 1 commit into from
Sep 25, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions docs/en/stack/ml/df-analytics/dfanalytics-limitations.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,16 @@ values will be skipped entirely.
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} requires numeric or boolean data to analyze. The algorithms
don't support missing values (see also <<dfa-missing-fields-limitations>>),
therefore fields that have data types other than numeric or boolean are ignored.
Documents where included fields contain missing values, null values, or an array
are also ignored. Therefore a destination index may contain documents that don't
have an {olscore}. These documents are still reindexed from the source index to
the destination index, but they are not included in the {oldetection} analysis
and therefore no {olscore} is computed.