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
58
58
with the increased number of data points and how the quality of results scales
59
59
with an increased training percentage.
60
60
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
+
61
72
[float]
62
73
[[dfa-missing-fields-limitations]]
63
74
== Documents with missing values in analyzed fields are skipped
You can’t perform that action at this time.
0 commit comments