From 94208b20133c3d6c502903e8cfe824656a83bf7e Mon Sep 17 00:00:00 2001 From: David Roberts Date: Mon, 16 Jul 2018 16:45:50 +0100 Subject: [PATCH] [ML][DOCS] Add missing 6.3.0 release notes The issues and PRs these release notes relate to are in the private C++ code repository that pre-dates X-Pack opening. (The ML C++ code was made public part way through the development of version 6.3.0.) --- docs/reference/release-notes/6.3.asciidoc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/reference/release-notes/6.3.asciidoc b/docs/reference/release-notes/6.3.asciidoc index 7d89c8116db35..19d1003c8fa85 100644 --- a/docs/reference/release-notes/6.3.asciidoc +++ b/docs/reference/release-notes/6.3.asciidoc @@ -459,6 +459,10 @@ Machine Learning:: * Add control message to start background persistence {ml-pull}19[#19] * Fail start up if state is missing {ml-pull}4[#4] * Do not log incorrect model memory limit {ml-pull}3[#3] +* Fix background persistence - in 6.1 and 6.2 background persisted models were only visible after jobs were closed +* Fix anomaly detection for buckets with fewer than two values when using the `varp` function +* Fix typical values and model plot bounds when using the `multivariate_by_fields` option +* Fix typical values, forecast confidence intervals and model plot bounds for models with multiple modes Mapping:: * Delay _uid field data deprecation warning {pull}30651[#30651] (issue: {issue}30625[#30625])