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

Feature/leave k out #1

Merged
merged 2 commits into from
Nov 30, 2024
Merged

Feature/leave k out #1

merged 2 commits into from
Nov 30, 2024

Conversation

mkhe93
Copy link
Owner

@mkhe93 mkhe93 commented Nov 30, 2024

  • Introduced a new leave-k-out split mode, as already available in Elliot (see: Elliot paper).
  • the leave-k-out mode allows for excluding a specified number of elements (denoted as k) from the dataset, based on the chosen mode
  • updated the documentation to reflect this new split mode and provide usage instructions

Example in eval_args in example.yaml for k=10:

split: {'LK': ['test_only', 10]}

@mkhe93 mkhe93 merged commit c93f36e into master Nov 30, 2024
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.

1 participant