Skip to content
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

Support 2d ndarrays for Boolean and Datetime transformers #161

Merged
merged 2 commits into from
Mar 29, 2021

Conversation

pvk-developer
Copy link
Member

@pvk-developer pvk-developer commented Mar 27, 2021

  • Add support for 2d ndarray for BooleanTransformer.
  • Add tests for those changes.
  • Add support for 2d ndarray for DatetimeTransformer.
  • Add tests for those changes.
  • Add support for 2d ndarray for the LabelEncodingTransformer
  • Update tests for the HyperTransformer .

Resolves #160

@pvk-developer pvk-developer merged commit 2de0b85 into master Mar 29, 2021
@pvk-developer pvk-developer deleted the issue_160_boolean_and_datetime_2d_ndarray branch March 29, 2021 12:55
@pvk-developer pvk-developer self-assigned this Mar 29, 2021
@pvk-developer pvk-developer added this to the 0.4.1 milestone Mar 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Boolean, Datetime and LabelEncodingTransformer transformers fail with 2D ndarray
1 participant