-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Dataset size reduction fixed, updated TargetValidator to match signatures #1250
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 5 commits
Commits
Show all changes
99 commits
Select commit
Hold shift + click to select a range
9369343
Moved to new splitter, moved to util file
eddiebergman c2be383
flake8'd
eddiebergman 6e6a607
Fixed errors, added test specifically for CustomStratifiedShuffleSplit
eddiebergman 786e508
flake8'd
eddiebergman 58dc49b
Updated docstring
eddiebergman 4bce38f
Updated types in docstring
eddiebergman 206c3df
reduce_dataset_size_if_too_large supports more types
eddiebergman d6f018f
flake8'd
eddiebergman 6ed3e2c
flake8'd
eddiebergman 5981fad
Updated docstring
eddiebergman 65c8667
Seperated out the data subsampling into individual functions
eddiebergman f130424
Improved typing from Automl.fit to reduce_dataset_size_if_too_large
eddiebergman 9b6f613
flak8'd
eddiebergman a12cf33
subsample tested
eddiebergman 077cb2c
Finished testing and flake8'd
eddiebergman 9af22a7
Cleaned up transform function that was touched
eddiebergman 8057766
^
eddiebergman e1cce3f
Removed double typing
eddiebergman c8693a9
Cleaned up typing of convert_if_sparse
eddiebergman 2591cc2
Cleaned up splitters and added size test
eddiebergman a6cc39f
Cleanup doc in data
eddiebergman f987c65
rogue line added was removed
eddiebergman 3c4964a
Test fix
eddiebergman a53b1e5
flake8'd
eddiebergman 5343ab6
Typo fix
eddiebergman 84ee347
Fixed ordering of things
eddiebergman 019a06e
Fixed typing and tests of target_validator fit, transform, inv_transform
eddiebergman 8aea9b9
Updated doc
eddiebergman 065fbe1
Updated Type return
eddiebergman 1abe8f0
Removed elif gaurd
eddiebergman 0288a70
removed extraneuous overload
eddiebergman d55c687
Updated return type of feature validator
eddiebergman 1e7e2a9
Type fixes for target validator fit
eddiebergman 234ae5e
flake8'd
eddiebergman 04f6d46
Moved to new splitter, moved to util file
eddiebergman ea82405
flake8'd
eddiebergman d3cd1cf
Fixed errors, added test specifically for CustomStratifiedShuffleSplit
eddiebergman f04d65a
flake8'd
eddiebergman a1038b1
Updated docstring
eddiebergman de475dd
Updated types in docstring
eddiebergman 9021edc
reduce_dataset_size_if_too_large supports more types
eddiebergman 3b7e49c
flake8'd
eddiebergman b835f48
flake8'd
eddiebergman 8369a17
Updated docstring
eddiebergman 86f5b65
Seperated out the data subsampling into individual functions
eddiebergman 445b0ba
Improved typing from Automl.fit to reduce_dataset_size_if_too_large
eddiebergman 658a244
flak8'd
eddiebergman b12a5f5
subsample tested
eddiebergman 8ea2575
Finished testing and flake8'd
eddiebergman 49a37bf
Cleaned up transform function that was touched
eddiebergman 401a049
^
eddiebergman b46be44
Removed double typing
eddiebergman 24a19cf
Cleaned up typing of convert_if_sparse
eddiebergman 8922143
Cleaned up splitters and added size test
eddiebergman a071950
Cleanup doc in data
eddiebergman 5c9b012
rogue line added was removed
eddiebergman cc5dcba
Test fix
eddiebergman fe15c14
flake8'd
eddiebergman 54c4f2a
Typo fix
eddiebergman 99c02a9
Fixed ordering of things
eddiebergman 0e28bb3
Fixed typing and tests of target_validator fit, transform, inv_transform
eddiebergman b34e169
Updated doc
eddiebergman 972f65e
Updated Type return
eddiebergman 33ef1fd
Removed elif gaurd
eddiebergman 1136573
removed extraneuous overload
eddiebergman b1f419b
Updated return type of feature validator
eddiebergman 8585be7
Type fixes for target validator fit
eddiebergman aac7b26
flake8'd
eddiebergman e4c3426
Fixed err message str and automl sparse y tests
eddiebergman 5585532
merged
eddiebergman 75a974b
Flak8'd
eddiebergman 5bf53a2
Fix sort indices
eddiebergman 7ae1d87
list type to List
eddiebergman 4ebfdc2
Remove uneeded comment
eddiebergman 1e87a52
Updated comment to make it more clear
eddiebergman 06196d3
Comment update
eddiebergman c7a47cb
Fixed warning message for reduce_dataset_if_too_large
eddiebergman c0305f9
Fix test
eddiebergman c109d93
Added check for error message in tests
eddiebergman 1c2fe7e
Test Updates
eddiebergman 377e260
Fix error msg
eddiebergman f909edc
reinclude csr y to test
eddiebergman f170fcc
Reintroduced explicit subsample values test
eddiebergman b4958e8
flaked
eddiebergman 6861e34
Missed an uncomment
eddiebergman 37f6948
Update the comment for test of splitters
eddiebergman a20291d
Updated warning message in CustomSplitter
eddiebergman 4b0f8a0
Update comment in test
eddiebergman 536c4c6
Update tests
eddiebergman f35102d
Removed overloads
eddiebergman ec0ed55
Narrowed type of subsample
eddiebergman 5439235
Removed overload import
eddiebergman 3d21282
Fix `todense` giving np.matrix, using `toarray`
eddiebergman e1317b1
Merge branch 'development' into use_new_splitter
eddiebergman f56356d
Made subsampling a little less aggresive
eddiebergman 42e4397
Changed multiplier back to 10
eddiebergman 9bcb210
Allow argument to specfiy how auto-sklearn handles compressing datase…
eddiebergman 2cd1d48
Merge branch 'development' into use_new_splitter
eddiebergman a1cc277
Fixed bad merge
eddiebergman 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
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.