This repository was archived by the owner on Nov 27, 2023. It is now read-only.
Merge v1.3.0 dask-ml feature branch into master#9
Merged
jamesbsilva merged 208 commits intomasterfrom Apr 28, 2020
Merged
Conversation
* change LinearRegression score function to return r2 and added test * rename test
* Make GridSearchCV reuse scattered data. * Handle pandas DataFrame + test.
* - Passed `train_test_split`'s shuffle parameter onto the `dask.DataFrame.random_split` function to take advantage of the behaviour introduced in #5980. - Added error when `blockwise` is set to `False` for a `DataFrame`. - Added test case for the new behaviour of `train_test_split` on `DataFrame`s.
DS-126 Update patch on Dask-ml v1.3.0
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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
This merges the v1.3.0 Dask-ML commits along with the ZEFR update patch #8 into the master branch.
NOTE: It does not have any commits specific to the PR it is just a merge of the consolidated feature branch