Skip to content

Commit 5ede3d3

Browse files
szabostevelcawl
andauthored
[DOCS] Adds data frame analytics field type and document limitation (elastic#501)
* [DOCS] Adds data frame analytics field type and document limitation. Co-Authored-By: Lisa Cawley <[email protected]>
1 parent 6732f79 commit 5ede3d3

1 file changed

Lines changed: 25 additions & 2 deletions

File tree

docs/en/stack/ml/df-analytics/dfanalytics-limitations.asciidoc

Lines changed: 25 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@
88

99
experimental[]
1010

11-
The following limitations and known problems apply to the 7.3 release of
11+
The following limitations and known problems apply to the {version} release of
1212
the Elastic {dfanalytics} feature:
1313

1414
[float]
1515
[[dfa-ccs-limitations]]
1616
=== {ccs-cap} limitation
1717

18-
{ccs-cap} is not supported in 7.3 for {dfanalytics}.
18+
{ccs-cap} is not supported for {dfanalytics}.
1919

2020
[float]
2121
[[dfa-deletion-limitations]]
@@ -56,3 +56,26 @@ values will be skipped entirely.
5656
If there are missing values in feature fields (fields that are subjects of the
5757
{dfanalytics}), then the document that contains the fields with the missing
5858
values will be skipped during the analysis.
59+
60+
[float]
61+
[[dfa-od-field-type-docs-limitations]]
62+
==== {oldetection-cap} field type and document limitation
63+
64+
{oldetection-cap} requires numeric or boolean data to analyze. The algorithms
65+
don't support missing values (see also <<dfa-missing-fields-limitations>>),
66+
therefore fields that have data types other than numeric or boolean are ignored.
67+
Documents where included fields contain missing values, null values, or an array
68+
are also ignored. Therefore a destination index may contain documents that don't
69+
have an {olscore}. These documents are still reindexed from the source index to
70+
the destination index, but they are not included in the {oldetection} analysis
71+
and therefore no {olscore} is computed.
72+
73+
[float]
74+
[[dfa-regression-field-type-docs-limitations]]
75+
==== {regression-cap} field type and document limitation
76+
77+
{regression-cap} supports fields that are numeric, boolean, text, keyword and
78+
ip. It is also tolerant of missing values. Fields that are supported are
79+
included in the analysis, other fields are ignored. Documents where included
80+
fields contain an array are also ignored. Documents in the destination index
81+
that don't contain a results field are not included in the {reganalysis}.

0 commit comments

Comments
 (0)