[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.
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: |
peteharverson
left a comment
There was a problem hiding this comment.
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 <42973632+kibanamachine@users.noreply.github.com> Co-authored-by: István Zoltán Szabó <istvan.szabo@elastic.co>
💚 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 <42973632+kibanamachine@users.noreply.github.com> Co-authored-by: István Zoltán Szabó <istvan.szabo@elastic.co> Co-authored-by: James Gowdy <jgowdy@elastic.co> Co-authored-by: István Zoltán Szabó <istvan.szabo@elastic.co>

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.