-
Notifications
You must be signed in to change notification settings - Fork 289
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
[ADD] Robustly refit models in final ensemble in parallel #471
Merged
Merged
Changes from 1 commit
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
fadd1ba
add parallel model runner and update running traditional classifiers
ravinkohli dc19128
update pipeline config to pipeline options
ravinkohli ce0611b
working refit function
ravinkohli 20c4cd3
fix mypy and flake
ravinkohli 916d185
suggestions from review
ravinkohli c711105
fix mypy and flake
ravinkohli f7de610
suggestions from review
ravinkohli ecabb4d
finish documentation
ravinkohli 5071ac6
fix tests
ravinkohli 56f4a73
add test for parallel model runner
ravinkohli 52a8f42
fix flake
ravinkohli dec2435
fix tests
ravinkohli 2e4f0e8
fix traditional prediction for refit
ravinkohli 5779043
suggestions from review
ravinkohli a72d8e2
add warning for failed processing of results
ravinkohli 1a73f05
remove unnecessary change
ravinkohli 2801c7a
update autopytorch version number
ravinkohli 6b5bcda
update autopytorch version number and the example file
ravinkohli 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 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,7 +21,7 @@ | |
# noinspection PyInterpreter | ||
setuptools.setup( | ||
name="autoPyTorch", | ||
version="0.2", | ||
version="0.2.1", | ||
author="AutoML Freiburg", | ||
author_email="[email protected]", | ||
description=("Auto-PyTorch searches neural architectures using smac"), | ||
|
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.
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.
I believe we should also update the version in __version__.py.
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.
Yeah that's exactly my commit as well :P. I made the change but didn't add it in the previous commit.