-
Notifications
You must be signed in to change notification settings - Fork 302
Adding tabular regression pipeline #85
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
franchuterivera
merged 43 commits into
automl:refactor_development
from
bastiscode:refactor_development
Feb 18, 2021
Merged
Changes from 22 commits
Commits
Show all changes
43 commits
Select commit
Hold shift + click to select a range
9d50cb6
removed old supported_tasks dictionary from heads, added some docstri…
bastiscode b7c8773
removed old supported_tasks attribute and updated doc strings in base…
bastiscode 725faf2
removed old supported_tasks attribute from network backbones
bastiscode 740a604
put time series backbones in separate files, add doc strings and refa…
bastiscode b727016
split image networks into separate files, add doc strings and refacto…
bastiscode bc77ca3
fix typo
bastiscode f8de549
add an intial simple backbone test similar to the network head test
bastiscode 480b8ea
fix flake8
bastiscode f461c7e
fixed imports in backbones and heads
bastiscode cab8f83
added new network backbone and head tests
bastiscode ab2f5e9
enabled tests for adding custom backbones and heads, added required p…
bastiscode 41e5974
adding tabular regression pipeline
bastiscode d7037ac
upstream changes
bastiscode 1b5fc46
fix flake8
bastiscode 7987c86
adding tabular regression pipeline
bastiscode 75f49b1
merged remote
bastiscode 1dbf53f
fix flake8
bastiscode 1726105
fix regression test
bastiscode eb02feb
fix indentation and comments, undo change in base network
bastiscode 34e6bf4
pipeline fitting tests now check the expected output shape dynamicall…
bastiscode 1f0444f
refactored trainer tests, added trainer test for regression
bastiscode 7efd048
remove regression from mixup unitest
bastiscode 2aebcee
use pandas unique instead of numpy
bastiscode 6668509
[IMPORTANT] added proper target casting based on task type to base tr…
bastiscode 29bbdef
adding tabular regression task to api
bastiscode fb9e175
adding tabular regression example, some small fixes
bastiscode 04521f8
new/more tests for tabular regression
bastiscode 071f3b8
Merge branch 'refactor_development' into refactor_development
bastiscode 8833bc6
fix mypy and flake8 errors from merge
bastiscode 73ccc7c
fix issues with new weighted loss and regression tasks
bastiscode 760296e
change tabular column transformer to use net fit_dictionary_tabular f…
bastiscode 506e55d
fixing tests, replaced num_classes with output_shape
bastiscode 5c46da7
Merge branch 'refactor_development' of github.com:automl/Auto-PyTorch…
bastiscode 85f9995
fixes after merge
bastiscode 1a507e6
adding voting regressor wrapper
bastiscode 44f1980
fix mypy and flake
bastiscode 5a19140
updated example
bastiscode 7d7da2e
lower r2 target
bastiscode 17c2086
address comments
bastiscode a29dbee
increasing timeout
bastiscode 927fe87
increase number of labels in test_losses because it occasionally fail…
bastiscode 5d582dc
lower regression lr in score test until seeding properly works
bastiscode 07e75f6
fix randomization in feature validator test
bastiscode 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
Oops, something went wrong.
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.