File tree 3 files changed +45
-0
lines changed 3 files changed +45
-0
lines changed Original file line number Diff line number Diff line change @@ -3,3 +3,14 @@ summary: New `frequent_items` aggregation
3
3
area : Machine Learning
4
4
type : enhancement
5
5
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
Original file line number Diff line number Diff line change @@ -3,4 +3,17 @@ summary: "Implement per-transform num_failure_retries setting"
3
3
area : Transform
4
4
type : enhancement
5
5
issues : []
6
+ highlight :
7
+ title : Infinite and adaptive retries for transforms
8
+ body : |-
9
+ Infinite and adaptive retries – available in 8.4 – makes it possible for
10
+ transforms to recover after a failure without any user intervention. Retries
11
+ can be configured per transform. The transform retries become less frequent
12
+ progressively. The interval between retries doubles after reaching a one-hour
13
+ threshold. This is because the possibility that retries solve the problem is
14
+ less likely after each failed retry.
15
+
16
+ In the *Transforms* page in *{stack-manage-app}* in {kib}, the number of retries
17
+ can be configured when creating a new transform or editing an existing one.
18
+ notable : true
6
19
Original file line number Diff line number Diff line change
1
+ pr : 88589
2
+ summary : Make composite aggs in datafeeds Generally Available
3
+ area : Machine Learning
4
+ type : feature
5
+ issues : []
6
+ highlight :
7
+ title : Composite aggregations in datafeeds are Generally Available
8
+ body : |-
9
+ The support for
10
+ {ml-docs}/ml-configuring-aggregation.html#aggs-using-composite[composite aggregations]
11
+ in datafeeds is now generally available.
12
+
13
+ [discrete]
14
+ [[early-stopping-dfa]]
15
+ === Early stopping for data frame analytics
16
+ Data frame analytics is even faster in 8.4. The new function automatically
17
+ stops the process of hyperparameter optimization early in case of the
18
+ accuracy gain for a different set of hyperparameter values would be
19
+ insignificant. The early stopping of the optimization process results in a
20
+ shorter runtime for the data frame analytics job.
21
+ notable : true
You can’t perform that action at this time.
0 commit comments