Skip to content

Remove Overlap in Training Windows #930

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

Merged
merged 13 commits into from
Apr 29, 2020
Merged

Conversation

jeff-hernandez
Copy link
Contributor

This fixes #918 by making the left endpoint of a training window exclusive. This will avoid overlap in consecutive training windows.

@codecov
Copy link

codecov bot commented Apr 28, 2020

Codecov Report

Merging #930 into master will increase coverage by 0.00%.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #930   +/-   ##
=======================================
  Coverage   98.17%   98.17%           
=======================================
  Files         119      119           
  Lines       10861    10867    +6     
=======================================
+ Hits        10663    10669    +6     
  Misses        198      198           
Impacted Files Coverage Δ
featuretools/entityset/entity.py 95.68% <100.00%> (ø)
...utational_backend/test_calculate_feature_matrix.py 99.38% <100.00%> (+<0.01%) ⬆️
featuretools/tests/synthesis/test_dfs_method.py 100.00% <100.00%> (ø)

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 b516ae7...d14e29d. Read the comment docs.

@jeff-hernandez jeff-hernandez requested a review from rwedge April 28, 2020 14:51
Copy link
Contributor

@rwedge rwedge left a comment

Choose a reason for hiding this comment

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

Looks good!

@jeff-hernandez jeff-hernandez merged commit fcb0d87 into master Apr 29, 2020
@jeff-hernandez jeff-hernandez deleted the training_window_overlap branch April 29, 2020 22:00
rightx2 added a commit to rightx2/featuretools that referenced this pull request Apr 30, 2020
@rightx2 rightx2 mentioned this pull request Apr 30, 2020
@rightx2
Copy link
Contributor

rightx2 commented Apr 30, 2020

Please review my pull request

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.

Lookahead(cheating) issue
3 participants