Skip to content

Handling return type when creating features from DatetimeTimeIndex#266

Merged
kmax12 merged 8 commits intomasterfrom
return-type
Sep 26, 2018
Merged

Handling return type when creating features from DatetimeTimeIndex#266
kmax12 merged 8 commits intomasterfrom
return-type

Conversation

@kmax12
Copy link
Contributor

@kmax12 kmax12 commented Sep 24, 2018

This PR fixes the issue reported in #265.

That issue surfaced as a calculation error, but the the underlying problem was incorrectly stacking features that shouldn’t exist. This PR updates the return type so the invalid feature doesn’t get created.

@codecov-io
Copy link

codecov-io commented Sep 24, 2018

Codecov Report

Merging #266 into master will increase coverage by <.01%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #266      +/-   ##
==========================================
+ Coverage   94.45%   94.46%   +<.01%     
==========================================
  Files          71       71              
  Lines        7670     7690      +20     
==========================================
+ Hits         7245     7264      +19     
- Misses        425      426       +1
Impacted Files Coverage Δ
featuretools/primitives/aggregation_primitives.py 93.95% <100%> (ø) ⬆️
featuretools/primitives/primitive_base.py 90.98% <100%> (+0.14%) ⬆️
...ests/feature_function_tests/test_primitive_base.py 97.36% <100%> (+0.7%) ⬆️
featuretools/utils/gen_utils.py 68.62% <0%> (-1.97%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update d3db946...479b390. Read the comment docs.

@kmax12 kmax12 changed the title (WIP) Handling return type when creating features from DatetimeTimeIndex Handling return type when creating features from DatetimeTimeIndex Sep 24, 2018
@kmax12 kmax12 requested a review from rwedge September 24, 2018 18:56
last = Last(es["log"]["datetime"], es["customers"])
assert last.variable_type == Datetime

nti = NumericTimeIndex("datetime", es["log"]) # create a numeric time index variable
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe a little cleaner to make a second test using the with_integer_time_index option for make_ecommerce_entityset instead

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

@rwedge
Copy link
Contributor

rwedge commented Sep 26, 2018

Looks good!

@kmax12 kmax12 merged commit ea0aee2 into master Sep 26, 2018
@kmax12 kmax12 mentioned this pull request Sep 28, 2018
@kmax12 kmax12 deleted the return-type branch October 2, 2018 21:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants