-
Notifications
You must be signed in to change notification settings - Fork 118
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
patch: fix estimator kwargs in signature #693
Conversation
("encode", OneHotEncoder(categories="auto", sparse=False)) | ||
("encode", OneHotEncoder(categories="auto")) |
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.
kwarg name changed in one of the latest versions, unrelated to PR
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.
@koaning there you go! 😇🙌🏼
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.
LGTM! It always surprises me how small edits can suddenly demand a change in so many files 😅
Wait until a tiny tiny change to support pyarrow via narwhals will become a rework 🙈 As soon as we make a new Narwhals release I should be able to open the PR, yet I would like to wait for pyarrow shift PR to be merged so that also |
Description
Hotfix to properly cloning kwargs in estimator
__init__
. This is both a bug fix and a breaking change!Fixes #692
Type of change
Checklist: