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

[ENH] Allow for running each iteration in a bootstrap multiple times with different fixed pairs #9

Closed
ulupo opened this issue May 14, 2024 · 0 comments · Fixed by #10
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@ulupo
Copy link
Collaborator

ulupo commented May 14, 2024

By performing several repeats of each bootstrap iteration, we can greedily select the best repeat by hard loss, and use that repeat to select the next set of fixed pairs. This should improve performance in hard cases.

@ulupo ulupo self-assigned this May 14, 2024
@ulupo ulupo added the enhancement New feature or request label May 14, 2024
@ulupo ulupo added this to the 0.2.0 milestone May 14, 2024
ulupo added a commit to ulupo/DiffPaSS that referenced this issue May 15, 2024
- Add `n_repeats` kwarg to `DiffPaSSModel.fit_bootstrap`
- Tidy up `fit_bootstrap` code
@ulupo ulupo closed this as completed in #10 May 15, 2024
ulupo added a commit that referenced this issue May 15, 2024
- Add `n_repeats` kwarg to `DiffPaSSModel.fit_bootstrap`
- Tidy up `fit_bootstrap` code
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
1 participant