Skip to content

Commit

Permalink
[DOCS] Adds machine learning release notes (#77735) (#77737)
Browse files Browse the repository at this point in the history
  • Loading branch information
lcawl authored Sep 15, 2021
1 parent 824f1d4 commit 513ac65
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/reference/release-notes.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

This section summarizes the changes in each release.

* <<release-notes-7.15.0>>
* <<release-notes-7.14.1>>
* <<release-notes-7.14.0>>
* <<release-notes-7.13.2>>
Expand Down Expand Up @@ -52,6 +53,7 @@ This section summarizes the changes in each release.

--

include::release-notes/7.15.asciidoc[]
include::release-notes/7.14.asciidoc[]
include::release-notes/7.13.asciidoc[]
include::release-notes/7.12.asciidoc[]
Expand Down
22 changes: 22 additions & 0 deletions docs/reference/release-notes/7.15.asciidoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
[[release-notes-7.15.0]]
== {es} version 7.15.0

//Also see <<breaking-changes-7.15,Breaking changes in 7.15>>.

[discrete]
[[enhancement-7.15.0]]
=== Enhancements

Machine Learning::
* Speed up training of regression and classification models on very large data sets {ml-pull}1941[#1941]
* Improve regression and classification training accuracy for small data sets {ml-pull}1960[#1960]
* Prune models for split fields (by, partition) that haven't seen data updates for
a given period of time {ml-pull}1962[#1962]

[discrete]
[[bug-7.15.0]]
=== Bug fixes

Machine Learning::
* Fix potential "process stopped unexpectedly: Fatal error" for training regression
and classification models {ml-pull}1997[#1997] (issue: {ml-issue}1956[#1956])

0 comments on commit 513ac65

Please sign in to comment.