Skip to content
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
11 changes: 11 additions & 0 deletions docs/en/stack/ml/df-analytics/ml-dfa-limitations.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,17 @@ training percent. Run a few {dfanalytics-jobs} to see how the runtime scales
with the increased number of data points and how the quality of results scales
with an increased training percentage.


[float]
[[dfa-training-docs]]
== {dfanalytics-jobs-cap} cannot use more than 2^32^ documents for training

A {dfanalytics-job} that would use more than 2^32^ documents for training cannot
be started. The limitation applies only for documents participating in training
the model. If your source index contains more than 2^32^ documents, set the
`training_percent` to a value that represents less than 2^32^ documents.


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