You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dataset size reduction fixed, updated TargetValidator to match signatures (#1250)
* Moved to new splitter, moved to util file
* flake8'd
* Fixed errors, added test specifically for CustomStratifiedShuffleSplit
* flake8'd
* Updated docstring
* Updated types in docstring
* reduce_dataset_size_if_too_large supports more types
* flake8'd
* flake8'd
* Updated docstring
* Seperated out the data subsampling into individual functions
* Improved typing from Automl.fit to reduce_dataset_size_if_too_large
* flak8'd
* subsample tested
* Finished testing and flake8'd
* Cleaned up transform function that was touched
* ^
* Removed double typing
* Cleaned up typing of convert_if_sparse
* Cleaned up splitters and added size test
* Cleanup doc in data
* rogue line added was removed
* Test fix
* flake8'd
* Typo fix
* Fixed ordering of things
* Fixed typing and tests of target_validator fit, transform, inv_transform
* Updated doc
* Updated Type return
* Removed elif gaurd
* removed extraneuous overload
* Updated return type of feature validator
* Type fixes for target validator fit
* flake8'd
* Moved to new splitter, moved to util file
* flake8'd
* Fixed errors, added test specifically for CustomStratifiedShuffleSplit
* flake8'd
* Updated docstring
* Updated types in docstring
* reduce_dataset_size_if_too_large supports more types
* flake8'd
* flake8'd
* Updated docstring
* Seperated out the data subsampling into individual functions
* Improved typing from Automl.fit to reduce_dataset_size_if_too_large
* flak8'd
* subsample tested
* Finished testing and flake8'd
* Cleaned up transform function that was touched
* ^
* Removed double typing
* Cleaned up typing of convert_if_sparse
* Cleaned up splitters and added size test
* Cleanup doc in data
* rogue line added was removed
* Test fix
* flake8'd
* Typo fix
* Fixed ordering of things
* Fixed typing and tests of target_validator fit, transform, inv_transform
* Updated doc
* Updated Type return
* Removed elif gaurd
* removed extraneuous overload
* Updated return type of feature validator
* Type fixes for target validator fit
* flake8'd
* Fixed err message str and automl sparse y tests
* Flak8'd
* Fix sort indices
* list type to List
* Remove uneeded comment
* Updated comment to make it more clear
* Comment update
* Fixed warning message for reduce_dataset_if_too_large
* Fix test
* Added check for error message in tests
* Test Updates
* Fix error msg
* reinclude csr y to test
* Reintroduced explicit subsample values test
* flaked
* Missed an uncomment
* Update the comment for test of splitters
* Updated warning message in CustomSplitter
* Update comment in test
* Update tests
* Removed overloads
* Narrowed type of subsample
* Removed overload import
* Fix `todense` giving np.matrix, using `toarray`
* Made subsampling a little less aggresive
* Changed multiplier back to 10
* Allow argument to specfiy how auto-sklearn handles compressing dataset size (#1341)
* Added dataset_compression parameter and validation
* Fix docstring
* Updated docstring for `resampling_strategy`
* Updated param def and memory_allocation can now be absolute
* insert newline
* Fix params into one line
* fix indentation in docs
* fix import breaks
* Allow absolute memory_allocation
* Tests
* Update test on for precision omitted from methods
* Update test for akslearn2 with same args
* Update to use TypedDict for better Mypy parsing
* Added arg to asklearn2
* Updated tests to remove some warnings
* flaked
* Fix broken link?
* Remove TypedDict as it's not supported in Python3.7
* Missing import
* Review changes
* Fix magic mock for python < 3.9
* Fixed bad merge
0 commit comments