Skip to content

Commit 3922ff2

Browse files
authored
[ML] frequent_items should not be a release highlight for 8.4 (#89376)
The frequent_items aggregation is experimental in 8.4, and we want to gain confidence in it for internal use cases before publicising more widely, so we'll just give it a single bullet point release note rather than a whole section in the release highlights.
1 parent f9168b9 commit 3922ff2

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

docs/changelog/83055.yaml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,3 @@ summary: New `frequent_items` aggregation
33
area: Machine Learning
44
type: enhancement
55
issues: []
6-
highlight:
7-
title: Frequent itemset aggregation
8-
body: |-
9-
The
10-
{ref}/search-aggregations-bucket-frequent-items-aggregation.html[frequent items aggregation]
11-
is a new bucket aggregation which identifies items that often occur together.
12-
It is a form of association rules mining that helps to discover relationships
13-
between different data points. For example, the aggregation can find log
14-
events that tend to co-occur and may give a more informative explanation for
15-
the possible causes of a spike in the logs.
16-
notable: true

0 commit comments

Comments
 (0)