You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ensure ss.Calibration().calibrate() works as easily as possible
Simplify build_sim
Update API to ensure consistency
Improve plotting (e.g. include data)
Simplify suggest_type
Reconsider names for beta/beta_binomial etc
Improve docstrings
Consider weighted interval score / energy scores
Consider moving this to check_fit():
ifcalib.after_fits.mean() <=calib.before_fits.mean():
print('✓ Calibration improved fit')
else:
print('✗ Calibration did not improve fit, but this sometimes happens stochastically and is not necessarily an error')
The text was updated successfully, but these errors were encountered:
ss.Calibration().calibrate()
works as easily as possiblebuild_sim
suggest_type
beta
/beta_binomial
etcConsider moving this to
check_fit()
:The text was updated successfully, but these errors were encountered: