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
Change type of features applied to Index features #602
Conversation
If the primitive which does not specify a return type is applied to an Index feature the resulting feature will now have type Categorical, not Index. There should only be one Index feature per entity.
Codecov Report
@@ Coverage Diff @@
## master #602 +/- ##
=========================================
+ Coverage 96.4% 96.4% +<.01%
=========================================
Files 119 119
Lines 9643 9648 +5
=========================================
+ Hits 9296 9301 +5
Misses 347 347
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #602 +/- ##
==========================================
+ Coverage 96.34% 96.34% +<.01%
==========================================
Files 119 119
Lines 9661 9666 +5
==========================================
+ Hits 9308 9313 +5
Misses 353 353
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.
This looks good.
Let's hold off merging until the next release goes out
@kmax12 is this ready now? (needs to be re-approved) |
@@ -5,6 +5,7 @@ Changelog | |||
**Future Release** | |||
* Enhancements | |||
* Fixes | |||
* Change type of features calculated on Index features to Categorical (:pr:`602`) |
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.
This needs to be indented more to register as a sublist
If a primitive which does not specify a return type is applied to an Index feature the resulting feature will now have type Categorical, not Index. There should only be one Index feature per entity.
If the primitive which does not specify a return type is applied to an
Index feature the resulting feature will now have type Categorical, not
Index. There should only be one Index feature per entity.
See #600 (comment)