-
Notifications
You must be signed in to change notification settings - Fork 26
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
Update Hyper Transformer API #313
Update Hyper Transformer API #313
Conversation
Codecov Report
@@ Coverage Diff @@
## v0.6.0-dev #313 +/- ##
==============================================
+ Coverage 87.94% 88.21% +0.26%
==============================================
Files 11 12 +1
Lines 838 857 +19
==============================================
+ Hits 737 756 +19
Misses 101 101
Continue to review full report at Codecov.
|
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!
351fe9e
to
caefa91
Compare
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.
Re-approving after the latest changes
* HyperTransformer API name changes * adding new methods * changing set to update * raising error when fitting is needed and renaming helper * updating tests for error * updating dev guide * adding set_first_transformers_for_fields
resolves #298