-
Notifications
You must be signed in to change notification settings - Fork 25.3k
[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
Conversation
Pinging @elastic/ml-core |
Pinging @elastic/es-docs |
@przemekwitek 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] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
* 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] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
* 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] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
* 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] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
* 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] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
* 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] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
* 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` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
* 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]) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
* 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:: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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]) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
* 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]) |
Thanks @droberts195 I implemented your suggestions via 0653c95 (7.4) and 66116e3 (7.x) |
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.