Skip to content

[DOCS] Adds machine learning PRs to release notes #47316

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Oct 1, 2019

Conversation

lcawl
Copy link
Contributor

@lcawl lcawl commented Sep 30, 2019

This PR adds content from https://github.com/elastic/ml-cpp/blob/7.4/docs/CHANGELOG.asciidoc to the Elasticsearch Release Notes. It also edits the descriptions of the machine learning PRs that already existed in the release notes.

@lcawl lcawl added >docs General docs changes :ml Machine learning v7.4.0 labels Sep 30, 2019
@lcawl lcawl requested a review from droberts195 September 30, 2019 18:51
@elasticmachine
Copy link
Collaborator

Pinging @elastic/ml-core

@elasticmachine
Copy link
Collaborator

Pinging @elastic/es-docs

@lcawl
Copy link
Contributor Author

lcawl commented Sep 30, 2019

@przemekwitek should this PR also be added to the release notes?: elastic/ml-cpp#601

@droberts195
Copy link
Contributor

should this PR also be added to the release notes?: elastic/ml-cpp#601

No, I don't think so, as it was an iteration on #45188 that was made before release - the whole endpoint is new in 7.4. #45188 is the main feature and should already be in the release notes. The docs for that endpoint reflect the changed field names.

Infra/REST API::
* Update the schema for the REST API specification {pull}42346[#42346] (issue: {issue}35262[#35262])

Machine Learning::
* [ML] Improve progress reportings for DF analytics {pull}45856[#45856]
* Improve progress reportings for data frame analytics {pull}45856[#45856]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
* Improve progress reportings for data frame analytics {pull}45856[#45856]
* Improve progress reporting for data frame analytics {pull}45856[#45856]

* [ML] Improve CSV header row detection in find_file_structure {pull}45099[#45099] (issue: {issue}45047[#45047])
* [ML] Outlier detection should only fetch docs that have the analyzed … {pull}44944[#44944]
* 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]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
* 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]

* [ML] Support boolean fields for DF analytics {pull}46037[#46037]
* [ML] Add description to DF analytics {pull}45774[#45774]
* [ML] Add regression analysis to DF analytics {pull}45292[#45292]
* Support boolean fields for DF analytics {pull}46037[#46037]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
* Support boolean fields for DF analytics {pull}46037[#46037]
* Support boolean fields for data frame analytics {pull}46037[#46037]

* [ML] Add description to DF analytics {pull}45774[#45774]
* [ML] Add regression analysis to DF analytics {pull}45292[#45292]
* Support boolean fields for DF analytics {pull}46037[#46037]
* Add description to DF analytics {pull}45774[#45774]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
* Add description to DF analytics {pull}45774[#45774]
* Add description to data frame analytics {pull}45774[#45774]

* [ML] Add regression analysis to DF analytics {pull}45292[#45292]
* 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]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
* Add regression analysis to DF analytics {pull}45292[#45292]
* Add regression analysis to data frame analytics {pull}45292[#45292]

* [ML] Check dest index is empty when starting DF analytics {pull}45094[#45094]
* [ML] Catch any error thrown while closing data frame analytics process {pull}44958[#44958]
* 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]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
* Check dest index is empty when starting DF analytics {pull}45094[#45094]
* Check dest index is empty when starting data frame analytics {pull}45094[#45094]

* 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`
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
* Fix occasional (non-deterministic) reinitialisation of modelling for the `lat_long`
* Fix occasional (non-deterministic) reinitialisation of modeling for the `lat_long`

* Unify validation exceptions between PUT/_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])
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
* 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])

@@ -507,7 +493,21 @@ Snapshot/Restore::
Task Management::
* Catch AllocatedTask registration failures {pull}45300[#45300]


Data Frame::
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Data Frame::
Transforms::

* 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])
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
* 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])

@jrodewig jrodewig merged commit c62c960 into elastic:7.4 Oct 1, 2019
@lcawl lcawl deleted the 740-ml-rn branch October 1, 2019 15:18
@lcawl
Copy link
Contributor Author

lcawl commented Oct 1, 2019

Thanks @droberts195 I implemented your suggestions via 0653c95 (7.4) and 66116e3 (7.x)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
>docs General docs changes :ml Machine learning v7.4.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants