Skip to content

Comments

[ENH] Allow running each iteration in fit_bootstrap multiple times, sampling different fixed pairs each time#10

Merged
ulupo merged 1 commit intoBitbol-Lab:mainfrom
ulupo:feat/bootstrap_with_repeated_iters
May 15, 2024
Merged

[ENH] Allow running each iteration in fit_bootstrap multiple times, sampling different fixed pairs each time#10
ulupo merged 1 commit intoBitbol-Lab:mainfrom
ulupo:feat/bootstrap_with_repeated_iters

Conversation

@ulupo
Copy link
Collaborator

@ulupo ulupo commented May 15, 2024

Fixes #9.

  • Add n_repeats kwarg to DiffPaSSModel.fit_bootstrap
  • Best repeat according to hard loss is selected, others are discarded
  • Tidy up fit_bootstrap code

- Add `n_repeats` kwarg to `DiffPaSSModel.fit_bootstrap`
- Tidy up `fit_bootstrap` code
@ulupo ulupo added the enhancement New feature or request label May 15, 2024
@ulupo ulupo added this to the 0.2.0 milestone May 15, 2024
@ulupo ulupo merged commit fb7c79b into Bitbol-Lab:main May 15, 2024
@ulupo ulupo deleted the feat/bootstrap_with_repeated_iters branch May 15, 2024 12:46
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

Successfully merging this pull request may close these issues.

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

1 participant