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

Bug: Kfold partitioning agreement #57

Open
andykrause opened this issue Sep 30, 2019 · 0 comments
Open

Bug: Kfold partitioning agreement #57

andykrause opened this issue Sep 30, 2019 · 0 comments
Assignees
Labels
Milestone

Comments

@andykrause
Copy link
Owner

Currently, when using RT data as validation set, the KFold process for non-RT data (hedonic, for example) does not properly sample.

This is because for each RT observation, there are two observations in the Hed data.

Possible solution: Just hold out the second transaction in the RT pair?

  • Does that bias toward beginning of the observations

Possible solution: Serially holdout observations such that each KFold is valid?

  • Needs some thought
@andykrause andykrause self-assigned this Sep 30, 2019
@andykrause andykrause added the bug label Sep 30, 2019
@andykrause andykrause added this to the Version 0.4.0 milestone Sep 30, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant