-
Notifications
You must be signed in to change notification settings - Fork 393
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
added call of validation prepare before model selection when no dag i… #424
Conversation
Is there a way to test it? Should a user be able to disable it if needed? |
Codecov Report
@@ Coverage Diff @@
## master #424 +/- ##
==========================================
- Coverage 86.99% 86.95% -0.04%
==========================================
Files 337 337
Lines 11078 11078
Branches 369 597 +228
==========================================
- Hits 9637 9633 -4
- Misses 1441 1445 +4
Continue to review full report at Codecov.
|
You disable by not having a splitter. And it is not really testable in our current config since it was a bug in the internals of the validation model selection which may or may not effect which model wins but would not effect the final trained model since the selected model did have this stage applied correctly |
Thanks for the contribution! It looks like @leahmcguire is an internal user so signing the CLA is not required. However, we need to confirm this. |
Thanks for the contribution! Unfortunately we can't verify the commit author(s): leahmcguire <l***@s***.com>. One possible solution is to add that email to your GitHub account. Alternatively you can change your commits to another email and force push the change. After getting your commits associated with your GitHub account, refresh the status of this Pull Request. |
…s passed
Related issues
Refer to issue(s) addressed in this pull request from Issues page.
Describe the proposed solution
A clear and concise description of what the changes are.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context about the changes here.