From 2422f62babad84033cccedf91089bc9cb677f46a Mon Sep 17 00:00:00 2001 From: David Roberts Date: Tue, 27 Oct 2020 12:11:22 +0000 Subject: [PATCH] [ML] Copy ml-cpp release note into ES docs (#64198) Copies the release note for elastic/ml-cpp#1546 to where it needs to be to get published --- docs/reference/release-notes/7.10.asciidoc | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/reference/release-notes/7.10.asciidoc b/docs/reference/release-notes/7.10.asciidoc index 9f5a8c622b9..3d111597240 100644 --- a/docs/reference/release-notes/7.10.asciidoc +++ b/docs/reference/release-notes/7.10.asciidoc @@ -267,6 +267,7 @@ Machine Learning:: * Improve handling of exception while starting data frame analytics process {es-pull}61838[#61838] (issue: {es-issue}61704[#61704]) * Fix progress on resume after final training has completed for classification and regression. Previously, progress was shown stuck at zero for final training. {ml-pull}1443[#1443] * Avoid potential "Failed to compute quantile" and "No values added to quantile sketch" log errors training regression and classification models if there are features with mostly missing values {ml-pull}1500[#1500] +* Correct the anomaly detection job model state `min_version` {ml-pull}1546[#1546] Mapping:: * Improve 'ignore_malformed' handling for dates {es-pull}60211[#60211] (issue: {es-issue}52634[#52634])