Browse Source

[DOCS] Remove extra word (#51757)

Darren LaCasse 5 years ago
parent
commit
ea67e24b7b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/reference/ml/anomaly-detection/functions/rare.asciidoc

+ 1 - 1
docs/reference/ml/anomaly-detection/functions/rare.asciidoc

@@ -21,7 +21,7 @@ number of times (frequency) rare values occur.
 looking for rare events. The functions model whether something happens in a
 bucket at least once. With longer bucket spans, it is more likely that
 entities will be seen in a bucket and therefore they appear less rare.
-Picking the ideal the bucket span depends on the characteristics of the data
+Picking the ideal bucket span depends on the characteristics of the data
 with shorter bucket spans typically being measured in minutes, not hours.
 * To model rare data, a learning period of at least 20 buckets is required
 for typical data.