File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed
docs/en/stack/ml/df-analytics Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -58,6 +58,17 @@ training percent. Run a few {dfanalytics-jobs} to see how the runtime scales
5858with the increased number of data points and how the quality of results scales
5959with 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
You can’t perform that action at this time.
0 commit comments