-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Use Timer and ctx.CancelExecution() to fix AutoML max-time experiment bug #5445
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
Merged
Merged
Changes from 13 commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
d0f7054
Use ctx.CalncelExecution() to fix AutoML max-time experiment bug
mstfbl 4fa26f8
Added unit test for checking canceled experiment
mstfbl 48a6267
Nit fix
mstfbl f324030
Different run time on Linux
mstfbl ee70024
Review
mstfbl 36bf24e
Testing four ouput
mstfbl d5d23de
Used reflection to test for contexts being canceled
mstfbl 33cf5a6
Reviews
mstfbl bfc93e9
Merge remote-tracking branch 'upstream/master' into issue5437
mstfbl c69a19f
Reviews
mstfbl 299b05b
Added main MLContext listener-timer
mstfbl 2e2d441
Merge remote-tracking branch 'upstream/master' into issue5437
mstfbl ce747fb
Added PRNG on _context, held onto timers for avoiding GC
mstfbl 7635500
Addressed reviews
mstfbl 94a80de
Unit test edits
mstfbl abe1d7f
Increase run time of experiment to guarantee probabilities
mstfbl 9585a50
Edited unit test to check produced schema of next run model's predict…
mstfbl 1ab662f
Remove scheme check as different CI builds result in varying schemas
mstfbl bc9e578
Decrease max experiment time unit test time
mstfbl 71ebf23
Merged with master
mstfbl 2d8d06f
Added Timers
mstfbl 490d8c1
Increase second timer time, edit unit test
mstfbl b0de1d3
Added try catch for OperationCanceledException in Execute()
mstfbl 0918afa
Add AggregateException try catch to slow unit tests for parallel testing
mstfbl 0922aed
Reviews
mstfbl ef4b34f
Final reviews
mstfbl b4b49ce
Added LightGBMFact to binary classification test
mstfbl 6502fc8
Removed extra Operation Stopped exception try catch
mstfbl 28e2f2e
Add back OperationCanceledException to Experiment.cs
mstfbl File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.