-
Notifications
You must be signed in to change notification settings - Fork 8.2k
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] DF Analytics functional tests: re-enable regression, classification, and outlier creation #71006
[ML] DF Analytics functional tests: re-enable regression, classification, and outlier creation #71006
Conversation
Pinging @elastic/ml-ui (:ml) |
💚 Build SucceededBuild metrics
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
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
@@ -96,9 +96,9 @@ export default function ({ getService }: FtrProviderContext) { | |||
await ml.dataFrameAnalyticsCreation.continueToAdditionalOptionsStep(); | |||
}); | |||
|
|||
it('inputs the model memory limit', async () => { | |||
it('accepts the suggested model memory limit', async () => { |
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.
Nit: should we use "should" like it('should accept the suggested model memory limit', ...
?
…ion, and outlier creation (elastic#71006) * update mml test. re-enable reg, class, and outlier creation tests * remove unnecessary second argument
Summary
This PR updates the analytics functional tests by checking that the model memory limit is populated from the results of the explain API instead of inputting it directly. I ran this branch through the flaky test suite and got no failures with these changes.
Related issues:
#70455 (classification/regression)
#70906 (outlier detection)
Checklist
Delete any items that are not applicable to this PR.