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])