-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
[ML] Fix typo and upper confidence bound field #145526
Conversation
Pinging @elastic/ml-ui (:ml) |
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.
LGTM
💚 Build Succeeded
Metrics [docs]Async chunks
Unknown metric groupsESLint disabled in files
ESLint disabled line counts
Total ESLint disabled count
To update your PR or re-run it, just comment with: |
This PR fixes minor typos and assigns the correct value to the upper confidence bound. Co-authored-by: kibanamachine <[email protected]> (cherry picked from commit a00f130)
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
# Backport This will backport the following commits from `main` to `8.6`: - [[ML] Fix typo and upper confidence bound field (#145526)](#145526) <!--- Backport version: 8.9.7 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Valeriy Khakhutskyy","email":"[email protected]"},"sourceCommit":{"committedDate":"2022-11-17T11:48:36Z","message":"[ML] Fix typo and upper confidence bound field (#145526)\n\nThis PR fixes minor typos and assigns the correct value to the upper\r\nconfidence bound.\r\n\r\nCo-authored-by: kibanamachine <[email protected]>","sha":"a00f1300eb364f3dd8d51778aadc7b156956a2d8","branchLabelMapping":{"^v8.7.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["non-issue",":ml","Feature:Anomaly Detection","release_note:skip","v8.6.0","v8.7.0"],"number":145526,"url":"https://github.com/elastic/kibana/pull/145526","mergeCommit":{"message":"[ML] Fix typo and upper confidence bound field (#145526)\n\nThis PR fixes minor typos and assigns the correct value to the upper\r\nconfidence bound.\r\n\r\nCo-authored-by: kibanamachine <[email protected]>","sha":"a00f1300eb364f3dd8d51778aadc7b156956a2d8"}},"sourceBranch":"main","suggestedTargetBranches":["8.6"],"targetPullRequestStates":[{"branch":"8.6","label":"v8.6.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v8.7.0","labelRegex":"^v8.7.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/145526","number":145526,"mergeCommit":{"message":"[ML] Fix typo and upper confidence bound field (#145526)\n\nThis PR fixes minor typos and assigns the correct value to the upper\r\nconfidence bound.\r\n\r\nCo-authored-by: kibanamachine <[email protected]>","sha":"a00f1300eb364f3dd8d51778aadc7b156956a2d8"}}]}] BACKPORT--> Co-authored-by: Valeriy Khakhutskyy <[email protected]>
This PR fixes minor typos and assigns the correct value to the upper confidence bound.