-
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] Rare anomaly detection job wizard #100390
Conversation
@elasticmachine merge upstream |
@elasticmachine merge upstream |
@elasticmachine merge upstream |
@elasticmachine merge upstream |
@elasticmachine merge upstream |
@elasticmachine merge upstream |
@elasticmachine merge upstream |
@elasticmachine merge upstream |
@elasticmachine merge upstream |
@elasticmachine merge upstream |
|
||
import React from 'react'; | ||
|
||
export const RareIcon = ( |
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.
this is currently a copy of the categorisation icon. a new icon needs designing and will be placed here when ready in a follow up PR
...ion/jobs/new_job/pages/components/pick_fields_step/components/rare_view/metric_selection.tsx
Show resolved
Hide resolved
...ication/jobs/new_job/pages/components/pick_fields_step/components/rare_field/description.tsx
Outdated
Show resolved
Hide resolved
@elasticmachine merge upstream |
...cation/jobs/new_job/pages/components/pick_fields_step/components/split_field/description.tsx
Outdated
Show resolved
Hide resolved
@elasticmachine merge upstream |
x-pack/plugins/ml/public/application/jobs/new_job/common/job_creator/rare_job_creator.ts
Outdated
Show resolved
Hide resolved
I was able to reproduce the bug you mentione @jgowdyelastic with the error for the model memory limit fetch failing due to the over field not being selected. Not sure if you were planning on updating that in this PR. Works fine once I select the population field. I was unable to reproduce the estimate bucket span error that @peteharverson was seeing - I tested with gallery dataset and tried rare, rare in population, and frequently rare in population but wasn't able to get an error. @alvarezmelissa87 this bug is tricky to fix and so i'll look at it in a follow up PR |
Found a small issue with estimate bucket span. If I try to estimate bucket span more than once the rare-wizard-bug.mp4@alvarezmelissa87 good spot, this is a new bug in this PR. Hopefully easy to fix. |
@elasticmachine merge upstream |
💚 Build SucceededMetrics [docs]Module Count
Async chunks
History
To update your PR or re-run it, just comment with: |
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.
I raised #103466 to look into the bucket span estimator separately.
* [ML] Rare anomaly detection job wizard * fixing fields selection * small improvements * adding event rate chart to summary step * [ML] Changes UI text for rare wizard. * improving detector summary * fixing translations * removing comments * fixing field selection * fixing advanced wizard * updating detector text * fixing bucketspan estimator * bug fixes Co-authored-by: Kibana Machine <[email protected]> Co-authored-by: István Zoltán Szabó <[email protected]>
💚 Backport successful
This backport PR will be merged automatically after passing CI. |
* [ML] Rare anomaly detection job wizard * fixing fields selection * small improvements * adding event rate chart to summary step * [ML] Changes UI text for rare wizard. * improving detector summary * fixing translations * removing comments * fixing field selection * fixing advanced wizard * updating detector text * fixing bucketspan estimator * bug fixes Co-authored-by: Kibana Machine <[email protected]> Co-authored-by: István Zoltán Szabó <[email protected]> Co-authored-by: James Gowdy <[email protected]> Co-authored-by: István Zoltán Szabó <[email protected]>
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 ⚡
Adds the option to create a rare detector job using a new wizard.
Three general rare detector types are available, rare, rare in population and frequently rare in population. The later two require a population field to be selected.
A split field can be added to any of the choices.
Checklist
Delete any items that are not applicable to this PR.