File tree 2 files changed +19
-4
lines changed
2 files changed +19
-4
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,9 @@ release-state can be: released | prerelease | unreleased
13
13
:release-state: unreleased
14
14
15
15
:issue: https://github.com/elastic/elasticsearch/issues/
16
+ :ml-issue: https://github.com/elastic/ml-cpp/issues/
16
17
:pull: https://github.com/elastic/elasticsearch/pull/
18
+ :ml-pull: https://github.com/elastic/ml-cpp/pull/
17
19
18
20
:docker-repo: docker.elastic.co/elasticsearch/elasticsearch
19
21
:docker-image: {docker-repo}:{version}
Original file line number Diff line number Diff line change 21
21
//[float]
22
22
//=== New Features
23
23
24
- //[float]
25
- //=== Enhancements
24
+ [float]
25
+ === Enhancements
26
+
27
+ Machine Learning::
28
+ * Synchronize long and short tests for periodicity {ml-pull}62[#62]
29
+ * Improvements to trend modelling and periodicity testing for forecasting {ml-pull}7[#7] (issue: {ml-issue}5[#5])
26
30
27
31
[float]
28
32
=== Bug Fixes
29
33
30
34
Machine Learning::
31
35
32
- * Function description for population lat_long results should be lat_long instead of mean ({pull}81[#81])
33
- * By-fields should respect model_plot_config.terms ({pull}86[#86])
36
+ * By-fields should respect model_plot_config.terms {ml-pull}86[#86] (issue: {ml-issue}30004[#30004])
37
+ * Function description for population lat_long results should be lat_long instead of mean {ml-pull}81[#81] (issue: {ml-issue}80[#80])
38
+ * Fix error causing us to overestimate effective history length {ml-pull}66[#66] (issue: {ml-issue}57[#57])
39
+ * Clearing JSON memory allocators {ml-pull}30[#30] (issue: {ml-issue}26[#26])
40
+ * Fix sparse data edge cases for periodicity testing {ml-pull}28[#28] (issue: {ml-issue}20[#20])
41
+ * Impose an absolute cutoff on the minimum variance {ml-pull}8[#8] (issue: {ml-issue}488[#488])
42
+ * Check accesses in bounds when clearing recycled models {ml-pull}79[#79] (issue: {ml-issue}76[#76])
43
+ * Set forecast progress to 100% and status finished in the case of insufficient history (data) {ml-pull}44[#44]
44
+ * Add control message to start background persistence {ml-pull}19[#19]
45
+ * Fail start up if state is missing {ml-pull}4[#4]
46
+ * Do not log incorrect model memory limit {ml-pull}3[#3]
34
47
35
48
//[float]
36
49
//=== Regressions
You can’t perform that action at this time.
0 commit comments