Browse Source

[DOCS] Fine-tunes training_percent definition. (#50601)

István Zoltán Szabó 5 years ago
parent
commit
675b98f90c
1 changed files with 2 additions and 2 deletions
  1. 2 2
      docs/reference/ml/ml-shared.asciidoc

+ 2 - 2
docs/reference/ml/ml-shared.asciidoc

@@ -1064,8 +1064,8 @@ end::tokenizer[]
 tag::training-percent[]
 Defines what percentage of the eligible documents that will 
 be used for training. Documents that are ignored by the analysis (for example 
-those that contain arrays) won’t be included in the calculation for used 
-percentage. Defaults to `100`.
+those that contain arrays with more than one value) won’t be included in the 
+calculation for used percentage. Defaults to `100`.
 end::training-percent[]
 
 tag::use-null[]