-
Notifications
You must be signed in to change notification settings - Fork 87
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
Use Featuretools Primitives in DateTimeFeaturizer
#3081
Conversation
Codecov Report
@@ Coverage Diff @@
## main #3081 +/- ##
=======================================
+ Coverage 99.8% 99.8% +0.1%
=======================================
Files 312 312
Lines 30433 30437 +4
=======================================
+ Hits 30343 30347 +4
Misses 90 90
Continue to review full report at Codecov.
|
evalml/pipelines/components/transformers/preprocessing/datetime_featurizer.py
Outdated
Show resolved
Hide resolved
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.
LGTM! Short and sweet, nice work!
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.
Thank you @jeremyliweishih !
Fixes #2916.