Matt52 / bayesian-testing

Bayesian A/B testing
MIT License
72 stars 9 forks source link

adding expected loss in the package #17

Closed Matt52 closed 2 years ago

codecov-commenter commented 2 years ago

Codecov Report

Merging #17 (5ab7e43) into main (0d6c09f) will increase coverage by 0.05%. The diff coverage is 99.17%.

@@            Coverage Diff             @@
##             main      #17      +/-   ##
==========================================
+ Coverage   96.81%   96.87%   +0.05%     
==========================================
  Files          20       20              
  Lines         660      704      +44     
==========================================
+ Hits          639      682      +43     
- Misses         21       22       +1     
Impacted Files Coverage Δ
bayesian_testing/experiments/base.py 86.36% <88.88%> (+1.74%) :arrow_up:
bayesian_testing/experiments/binary.py 89.23% <100.00%> (+0.52%) :arrow_up:
bayesian_testing/experiments/delta_lognormal.py 92.55% <100.00%> (+0.24%) :arrow_up:
bayesian_testing/experiments/discrete.py 98.59% <100.00%> (+0.06%) :arrow_up:
bayesian_testing/experiments/normal.py 94.36% <100.00%> (+0.24%) :arrow_up:
bayesian_testing/metrics/__init__.py 100.00% <100.00%> (ø)
bayesian_testing/metrics/evaluation.py 100.00% <100.00%> (ø)
tests/test_binary.py 100.00% <100.00%> (ø)
tests/test_delta_lognormal.py 100.00% <100.00%> (ø)
tests/test_discrete.py 100.00% <100.00%> (ø)
... and 3 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.