You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reduce model memory by storing state for periodicity testing in a compressed format ({pull}100[#100])
27
-
Improve the accuracy of model memory control ({pull}122[#122])
28
-
Improve adaption of the modelling of cyclic components to very localised features ({pull}134[#134])
29
-
Reduce the memory consumed by distribution models ({pull}146[#146])
30
+
//=== Regressions
30
31
31
-
Forecasting of Machine Learning job time series is now supported for large jobs by temporarily storing
32
-
model state on disk ({pull}89[#89])
32
+
//=== Known Issues
33
+
////
33
34
34
-
Secure the ML processes by preventing system calls such as fork and exec. The Linux implemenation uses
35
-
Seccomp BPF to intercept system calls and is available in kernels since 3.5. On Windows Job Objects prevent
36
-
new processes being created and macOS uses the sandbox functionality ({pull}98[#98])
35
+
== Elasticsearch version 6.4.0
37
36
38
-
Fix a bug causing us to under estimate the memory used by shared pointers and reduce the memory consumed
39
-
by unnecessary reference counting ({pull}108[#108])
37
+
//=== Breaking Changes
40
38
41
-
Reduce model memory by storing state for testing for predictive calendar features in a compressed format
42
-
({pull}127[#127])
39
+
//=== Deprecations
43
40
44
-
=== Bug Fixes
41
+
=== New Features
42
+
43
+
* Detectors now support {stack-ov}/ml-rules.html[custom rules] that enable the user to improve machine learning results by providing some domain-specific knowledge in the form of rule. ({ml-pull}119[#119])
45
44
46
-
Age seasonal components in proportion to the fraction of values with which they're updated ({pull}88[#88])
47
-
Persist and restore was missing some of the trend model state ({pull}#99[#99])
48
-
Stop zero variance data generating a log error in the forecast confidence interval calculation ({pull}#107[#107])
49
-
Fix corner case failing to calculate lgamma values and the correspoinding log errors ({pull}#126[#126])
50
-
Influence count per bucket for metric population analyses was wrong and lead to wrong influencer scoring ({pull}#150[#150])
51
-
Fix a possible SIGSEGV for jobs with multivariate by fields enabled which would lead to the job failing ({pull}#170[#170])
45
+
=== Enhancements
46
+
47
+
* Improves and uses periodic boundary condition for seasonal component modeling ({ml-pull}84[#84])
48
+
* Improves robustness with respect to outliers in detection and initialization of seasonal components ({ml-pull}90[#90] (issue: {ml-issue}87[#87]))
49
+
* Improves behavior when there are abrupt changes in the seasonal components present in a time series ({ml-pull}91[#91] (issue: {ml-issue}6[#6]))
50
+
* Adds explicit change point detection and modeling ({ml-pull}92[#92])
0 commit comments