Skip to content

fix: satisfy assign_splits non-empty guarantee when all tasks hash to test - #274

Closed
RohithPariki wants to merge 1 commit into
microsoft:mainfrom
RohithPariki:fix-assign-splits-empty
Closed

fix: satisfy assign_splits non-empty guarantee when all tasks hash to test#274
RohithPariki wants to merge 1 commit into
microsoft:mainfrom
RohithPariki:fix-assign-splits-empty

Conversation

@RohithPariki

Copy link
Copy Markdown
Contributor

Fixes #271. When all tasks hash to test, both train and val start empty. To satisfy the non-empty guarantees for val and train, we now reach into test to promote a task instead of silently no-opping. This is logged as holdout_leaked.

@RohithPariki

Copy link
Copy Markdown
Contributor Author

Closing — this duplicates #272 which was opened prior to this PR and covers the same root cause. Apologies for the noise.

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.

assign_splits's own non-empty-val guarantee doesn't fire when every real task hashes into test

1 participant