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
Move handle_time to entityset #1276
Conversation
Codecov Report
@@ Coverage Diff @@
## main #1276 +/- ##
=======================================
Coverage 98.35% 98.35%
=======================================
Files 134 134
Lines 14439 14440 +1
=======================================
+ Hits 14202 14203 +1
Misses 237 237
Continue to review full report at Codecov.
|
featuretools/computational_backends/calculate_feature_matrix.py
Outdated
Show resolved
Hide resolved
…ove-handle-time
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.
Looks good
Move
_handle_time
from Entity to EntitySetCloses #1275
Moves the
_handle_time
method from Entity to EntitySet in preparation for Woodwork integration.