Skip to content

Commit cb72c42

Browse files
authored
[DOCS] Adds DFA limitation item about number of training documents (#1370) (#1380)
1 parent b06cc60 commit cb72c42

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

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

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,17 @@ training percent. Run a few {dfanalytics-jobs} to see how the runtime scales
5858
with the increased number of data points and how the quality of results scales
5959
with an increased training percentage.
6060

61+
62+
[float]
63+
[[dfa-training-docs]]
64+
== {dfanalytics-jobs-cap} cannot use more than 2^32^ documents for training
65+
66+
A {dfanalytics-job} that would use more than 2^32^ documents for training cannot
67+
be started. The limitation applies only for documents participating in training
68+
the model. If your source index contains more than 2^32^ documents, set the
69+
`training_percent` to a value that represents less than 2^32^ documents.
70+
71+
6172
[float]
6273
[[dfa-missing-fields-limitations]]
6374
== Documents with missing values in analyzed fields are skipped

0 commit comments

Comments
 (0)