-
Notifications
You must be signed in to change notification settings - Fork 879
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
Feature and primitive serialization and deserialization improvements #2136
Conversation
Codecov Report
@@ Coverage Diff @@
## main #2136 +/- ##
==========================================
+ Coverage 99.22% 99.23% +0.01%
==========================================
Files 143 143
Lines 16937 17199 +262
==========================================
+ Hits 16805 17068 +263
+ Misses 132 131 -1
Continue to review full report at Codecov.
|
…ng serialization (#2142) * add set_feature_names method * initial serialization updates * update release notes * fix tests * code cleanup - only store names when set * only use on multi-output features * fix test * lint fix * remove unused functions * add more test cases * update serialization test * Update featuretools/feature_base/feature_base.py Co-authored-by: Roy Wedge <roy.wedge@alteryx.com> Co-authored-by: Roy Wedge <roy.wedge@alteryx.com>
…nformation (#2144) * initial refactor of serialization * update release notes * lint and remove breakpoint * new approach without hash * refactor and update tests * remove comment * update s3 file * update feature base args * lint fix * misc cleanup * remove extra str casting
…aturetools into serialization-updates
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.
Let's mention set_feature_names
in the release notes as an improvement
Separated that PR out into a separate entry in the Enhancements section instead of lumping it in with the other changes in the Changes section. |
…aturetools into serialization-updates
Serialization and deserialization improvements
Implements several changes to improve serialization and deserialization of Features: