Feature and primitive serialization and deserialization improvements#2136
Merged
thehomebrewnerd merged 23 commits intomainfrom Jun 30, 2022
Merged
Feature and primitive serialization and deserialization improvements#2136thehomebrewnerd merged 23 commits intomainfrom
thehomebrewnerd merged 23 commits intomainfrom
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
ozzieD
reviewed
Jun 29, 2022
…aturetools into serialization-updates
rwedge
reviewed
Jun 30, 2022
Contributor
rwedge
left a comment
There was a problem hiding this comment.
Let's mention set_feature_names in the release notes as an improvement
Contributor
Author
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. |
added 2 commits
June 30, 2022 11:38
…aturetools into serialization-updates
ozzieD
previously approved these changes
Jun 30, 2022
rwedge
approved these changes
Jun 30, 2022
Merged
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Serialization and deserialization improvements
Implements several changes to improve serialization and deserialization of Features: