File tree Expand file tree Collapse file tree 2 files changed +24
-0
lines changed Expand file tree Collapse file tree 2 files changed +24
-0
lines changed Original file line number Diff line number Diff line change 6
6
7
7
This section summarizes the changes in each release.
8
8
9
+ * <<release-notes-7.15.0>>
9
10
* <<release-notes-7.14.1>>
10
11
* <<release-notes-7.14.0>>
11
12
* <<release-notes-7.13.2>>
@@ -52,6 +53,7 @@ This section summarizes the changes in each release.
52
53
53
54
--
54
55
56
+ include::release-notes/7.15.asciidoc[]
55
57
include::release-notes/7.14.asciidoc[]
56
58
include::release-notes/7.13.asciidoc[]
57
59
include::release-notes/7.12.asciidoc[]
Original file line number Diff line number Diff line change
1
+ [[release-notes-7.15.0]]
2
+ == {es} version 7.15.0
3
+
4
+ //Also see <<breaking-changes-7.15,Breaking changes in 7.15>>.
5
+
6
+ [discrete]
7
+ [[enhancement-7.15.0]]
8
+ === Enhancements
9
+
10
+ Machine Learning::
11
+ * Speed up training of regression and classification models on very large data sets {ml-pull}1941[#1941]
12
+ * Improve regression and classification training accuracy for small data sets {ml-pull}1960[#1960]
13
+ * Prune models for split fields (by, partition) that haven't seen data updates for
14
+ a given period of time {ml-pull}1962[#1962]
15
+
16
+ [discrete]
17
+ [[bug-7.15.0]]
18
+ === Bug fixes
19
+
20
+ Machine Learning::
21
+ * Fix potential "process stopped unexpectedly: Fatal error" for training regression
22
+ and classification models {ml-pull}1997[#1997] (issue: {ml-issue}1956[#1956])
You can’t perform that action at this time.
0 commit comments