-
Notifications
You must be signed in to change notification settings - Fork 25.2k
[8.4][DOCS] Adds ML-related release highlights #89078
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Pinging @elastic/ml-core (Team:ML) |
Pinging @elastic/es-docs (Team:Docs) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some minor comments, otherwise LGTM
docs/changelog/88589.yaml
Outdated
[[early-stopping-dfa]] | ||
=== Early stopping for data frame analytics | ||
Data frame analytics is even faster in 8.4. The new function makes it | ||
possible to stop the process of hyperparameter optimization early in case of |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
possible to stop the process of hyperparameter optimization early in case of
I'm not up-to-speed on this feature, so my question reading this is whether you stop it manually or whether it occurs automatically. Might be worth adding
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That's great feedback, thanks! I amended the text accordingly. Hopefully, it's clearer now.
Co-authored-by: Lisa Cawley <[email protected]>
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 elastic#89078 Relates elastic#89286 Relates elastic#89376
Overview
This PR adds the
highlight
property with title and some description to the YAML files in the changelog that contain ML-related changes that need to be highlighted.It also adds the item about "Early stopping for data frame analytics" to the YAML file of the "aggregations in datafeeds are GA". As the early stopping functionality has been added to the stack via a PR in the ML-CPP repo, there is no corresponding YAML file in the elasticsearch repo. This situation and the nature of the highlight generation process necessitate this less elegant way to add the highlight item to the "What's new" section.