Use primitive classes or instances in primitive options - #993
Merged
Conversation
Codecov Report
@@ Coverage Diff @@
## master #993 +/- ##
=======================================
Coverage 98.25% 98.26%
=======================================
Files 121 121
Lines 12338 12397 +59
=======================================
+ Hits 12123 12182 +59
Misses 215 215
Continue to review full report at Codecov.
|
rwedge
reviewed
May 27, 2020
rwedge
reviewed
Jun 5, 2020
| * Add Age primitive, and make it a default transform primitive for DFS (:pr:`987`) | ||
| * Add ``include_cutoff_time`` arg - control whether data at cutoff times are included in feature calculations (:pr:`959`) | ||
| * Allow ``variables_types`` to be referenced by their ``type_string`` | ||
| * Add ability to use primitive classes and instances as keys in primitive_options dictionary (:pr:`993`) |
Contributor
There was a problem hiding this comment.
Needs to be moved to the Future Release section
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.
primitive_optionsResolves #980