-
Notifications
You must be signed in to change notification settings - Fork 25k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[8.4][DOCS] Adds ML-related release highlights (#89078)
Co-authored-by: Lisa Cawley <lcawley@elastic.co>
- Loading branch information
1 parent
98033d6
commit 995b32a
Showing
3 changed files
with
45 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
pr: 88589 | ||
summary: Make composite aggs in datafeeds Generally Available | ||
area: Machine Learning | ||
type: feature | ||
issues: [] | ||
highlight: | ||
title: Composite aggregations in datafeeds are Generally Available | ||
body: |- | ||
The support for | ||
{ml-docs}/ml-configuring-aggregation.html#aggs-using-composite[composite aggregations] | ||
in datafeeds is now generally available. | ||
[discrete] | ||
[[early-stopping-dfa]] | ||
=== Early stopping for data frame analytics | ||
Data frame analytics is even faster in 8.4. The new function automatically | ||
stops the process of hyperparameter optimization early in case of the | ||
accuracy gain for a different set of hyperparameter values would be | ||
insignificant. The early stopping of the optimization process results in a | ||
shorter runtime for the data frame analytics job. | ||
notable: true |