Skip to content
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

Cutoff times are unique per row. #12

Open
sarahmish opened this issue Nov 2, 2018 · 1 comment
Open

Cutoff times are unique per row. #12

sarahmish opened this issue Nov 2, 2018 · 1 comment
Labels
enhancement New feature or request

Comments

@sarahmish
Copy link
Collaborator

Currently, problem definition returns a cutoff time for each record in the dataset based on what problem it is. Those times can be improved using 2 methods:

  • account only for unique cutoff times.
  • group records that can share a cutoff time together.

This improvement will transcend to the calculation of the feature matrix.

@sarahmish sarahmish added the enhancement New feature or request label Nov 2, 2018
@sarahmish
Copy link
Collaborator Author

Fixed in PR #16.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants