From 66116e39baf13f225187ff6815244b499a4229d5 Mon Sep 17 00:00:00 2001 From: lcawl Date: Tue, 1 Oct 2019 10:09:29 -0700 Subject: [PATCH] [DOCS] Edits ML release notes --- docs/reference/release-notes/7.4.asciidoc | 28 +++++++++++------------ 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/docs/reference/release-notes/7.4.asciidoc b/docs/reference/release-notes/7.4.asciidoc index 13b3417c36b..a0d602e8652 100644 --- a/docs/reference/release-notes/7.4.asciidoc +++ b/docs/reference/release-notes/7.4.asciidoc @@ -11,7 +11,7 @@ Infra/REST API:: * Update the schema for the REST API specification {pull}42346[#42346] (issue: {issue}35262[#35262]) Machine Learning:: -* Improve progress reportings for data frame analytics {pull}45856[#45856] +* Improve progress reporting for data frame analytics {pull}45856[#45856] Ranking:: * Forbid empty doc values on vector functions {pull}43944[#43944] @@ -93,7 +93,7 @@ Geo:: Machine Learning:: * Allow the user to specify 'query' in Evaluate Data Frame request {pull}45775[#45775] (issue: {issue}45729[#45729]) -* Call the new _estimate_memory_usage API endpoint on df analytics _start {pull}45536[#45536] (issues: {issue}44699[#44699], {issue}45544[#45544]) +* Call the new _estimate_memory_usage API endpoint on data frame analytics _start {pull}45536[#45536] (issues: {issue}44699[#44699], {issue}45544[#45544]) * HLRC for memory usage estimation API {pull}45531[#45531] (issues: {issue}44699[#44699], {issue}45188[#45188]) * Implement ml/data_frame/analytics/_estimate_memory_usage API endpoint {pull}45188[#45188] (issue: {issue}44699[#44699]) @@ -212,12 +212,12 @@ Infra/Settings:: * Normalize environment paths {pull}45179[#45179] (issue: {issue}45176[#45176]) Machine Learning:: -* Support boolean fields for DF analytics {pull}46037[#46037] -* Add description to DF analytics {pull}45774[#45774] -* Add regression analysis to DF analytics {pull}45292[#45292] +* Support boolean fields for data frame analytics {pull}46037[#46037] +* Add description to data frame analytics {pull}45774[#45774] +* Add regression analysis to data frame analytics {pull}45292[#45292] * Introduce formal node ML role {pull}45174[#45174] (issues: {issue}29943[#29943], {issue}43175[#43175]) * Improve CSV header row detection in find_file_structure {pull}45099[#45099] (issue: {issue}45047[#45047]) -* Outlier detection should only fetch docs that have the analyzed … {pull}44944[#44944] +* Outlier detection should only fetch docs that have the analyzed fields {pull}44944[#44944] * Persist DatafeedTimingStats with RefreshPolicy.NONE by default {pull}44940[#44940] (issue: {issue}44792[#44792]) * Add result_type field to TimingStats and DatafeedTimingStats documents {pull}44812[#44812] * Implement exponential average search time per hour statistics. {pull}44683[#44683] (issue: {issue}29857[#29857]) @@ -414,18 +414,18 @@ Machine Learning:: * Fix two datafeed flush lockup bugs {pull}46982[#46982] * Throw an error when a datafeed needs CCS but it is not enabled for the node {pull}46044[#46044] (issue: {issue}46025[#46025]) * Handle "null" value of Estimate memory usage API response gracefully. {pull}45726[#45726] (issue: {issue}44699[#44699]) -* Remove timeout on waiting for DF analytics result processor to complete {pull}45724[#45724] (issue: {issue}45723[#45723]) -* Check dest index is empty when starting DF analytics {pull}45094[#45094] +* Remove timeout on waiting for data frame analytics result processor to complete {pull}45724[#45724] (issue: {issue}45723[#45723]) +* Check dest index is empty when starting data frame analytics {pull}45094[#45094] * Catch any error thrown while closing data frame analytics process {pull}44958[#44958] * Treat PostDataActionResponse.DataCounts.bucketCount as incremental rather than absolute (total). {pull}44803[#44803] (issue: {issue}44792[#44792]) * Treat big changes in searchCount as significant and persist the document after such changes {pull}44413[#44413] (issues: {issue}44196[#44196], {issue}44335[#44335]) -* Update .ml-config mappings before indexing job, datafeed or df analytics config {pull}44216[#44216] (issue: {issue}44263[#44263]) +* Update .ml-config mappings before indexing job, datafeed or data frame analytics config {pull}44216[#44216] (issue: {issue}44263[#44263]) * Wait for .ml-config primary before assigning persistent tasks {pull}44170[#44170] (issue: {issue}44156[#44156]) * Fix ML memory tracker lockup when inner step fails {pull}44158[#44158] (issue: {issue}44156[#44156]) * Fix datafeed checks when a concrete remote index is present {pull}43923[#43923] (issue: {issue}42113[#42113]) * Rename outlier detection method values `knn` and `tnn` to `distance_kth_nn` and `distance_knn` respectively to match the API. {ml-pull}598[#598] -* Fix occasional (non-deterministic) reinitialisation of modelling for the `lat_long` +* Fix occasional (non-deterministic) reinitialisation of modeling for the `lat_long` function. {ml-pull}641[#641] Mapping:: @@ -491,7 +491,7 @@ Snapshot/Restore:: Task Management:: * Catch AllocatedTask registration failures {pull}45300[#45300] -Data Frame:: +Transforms:: * Use field_caps API for mapping deduction {pull}46703[#46703] (issue: {issue}46694[#46694]) * Fix off-by-one error in checkpoint operations_behind {pull}46235[#46235] * Moves failure state transition for MT safety {pull}45676[#45676] (issue: {issue}45664[#45664]) @@ -499,10 +499,10 @@ Data Frame:: * Fix failure state transitions and race condition {pull}45627[#45627] (issues: {issue}45562[#45562], {issue}45609[#45609]) * Fix starting a batch data frame after stopping at runtime {pull}45340[#45340] (issues: {issue}44219[#44219], {issue}45339[#45339]) * Fix null aggregation handling in indexer {pull}45061[#45061] (issue: {issue}44906[#44906]) -* Unify validation exceptions between PUT/_preview {pull}44983[#44983] (issue: {issue}44953[#44953]) +* Unify validation exceptions between PUT and _preview {pull}44983[#44983] (issue: {issue}44953[#44953]) * Treat bulk index failures as an indexing failure {pull}44351[#44351] (issue: {issue}44101[#44101]) * Prevent task from attempting to run when failed {pull}44239[#44239] (issue: {issue}44121[#44121]) -* Repond with 409 status code when failing _stop {pull}44231[#44231] (issue: {issue}44103[#44103]) +* Respond with 409 status code when failing _stop {pull}44231[#44231] (issue: {issue}44103[#44103]) * Add index validations to _start data frame transform {pull}44191[#44191] (issue: {issue}44104[#44104]) * Data frame task failure does not make a 500 response {pull}44058[#44058] (issue: {issue}44011[#44011]) * Audit message missing for autostop {pull}43984[#43984] (issue: {issue}43977[#43977]) @@ -530,4 +530,4 @@ Network:: * Upgrade to Netty 4.1.38 {pull}45132[#45132] Search:: -* Upgrade to lucene snapshot 8.3.0-snapshot-8dd116a6158 {pull}45604[#45604] (issue: {issue}43976[#43976]) +* Upgrade to lucene snapshot 8.3.0-snapshot-8dd116a6158 {pull}45604[#45604] (issue: {issue}43976[#43976]) \ No newline at end of file