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

Rc2.3 calib betafix #852

Merged
merged 16 commits into from
Feb 14, 2025
Merged

Rc2.3 calib betafix #852

merged 16 commits into from
Feb 14, 2025

Conversation

daniel-klein
Copy link
Contributor

Description

  • Adding a 'none' conformer that bypasses conforming - addresses Add identity conformer #850
  • Separated combining replicates from bootstrapping. The default combine_reps is now None, which bypasses combining replicates.
  • Now taking the mean across replicates instead of the sum. This change is important if using the include_fn and some replicates are rejected, resulting in a varying number of replicates across input parameter sets. The mean is the right operation here, not the sum.
  • Fix a bug that was causing check_fit to do 4 replicates even when the user did not ask for replicates.
  • Re-enabling calibration tests.

Avoids converting ss.beta to "values" before multiplying computing transmission, partly addressing #846.

Checklist

  • Code commented & docstrings added
  • New tests were needed and have been added
  • A new version number was needed & changelog has been updated
  • A new PyPI version needs to be released

… not want to take .values. Beginning of addressing #846.
* Separated combining replicates from bootstrapping. The default combine_reps is now None, which bypasses combining replicates.
* Now taking the mean across replicates instead of the sum. This change is important if using the `include_fn` and some replicates are rejected, resulting in a varying number of replicates across input parameter sets. The mean is the right operation here, not the sum.
* Fix a bug that was causing check_fit to do 4 replicates even when the user did not ask for replicates.
* Re-enabling calibration tests.
@pausz pausz linked an issue Feb 7, 2025 that may be closed by this pull request
@cliffckerr cliffckerr merged commit da1e3b3 into rc2.3_calib Feb 14, 2025
0 of 3 checks passed
@cliffckerr cliffckerr deleted the rc2.3_calib_betafix branch February 14, 2025 04:39
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.

Fix DirichletMultinomial with one observation
2 participants