Skip to content

Commit f87ce07

Browse files
authored
[ML] Sync changelogs between 8.4 and main (#89377)
Copies a few changelog edits from the 8.4 branch into main so that people looking at the main branch see the same docs as people looking at 8.4. Relates #89078 Relates #89286 Relates #89376
1 parent e4ff839 commit f87ce07

File tree

2 files changed

+34
-0
lines changed

2 files changed

+34
-0
lines changed

docs/changelog/87361.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,17 @@ summary: "Implement per-transform num_failure_retries setting"
33
area: Transform
44
type: enhancement
55
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
619

docs/changelog/88589.yaml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
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+
=== Optimizing speed of {dfanalytics}
16+
{dfanalytics-cap} 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 {dfanalytics-job}.
21+
notable: true

0 commit comments

Comments
 (0)