To avoid confusion, we should refactor TestBinomialLikelihood in tests/test_evaluations.py to TestBinaryLikelihood and the module name binomial_evaluations.py to binary_evaluations.py.
This will require changing any imports to other modules and in the __init__.py. Recommended to use an IDE to refactor this to find all usages.
To avoid confusion, we should refactor
TestBinomialLikelihoodin tests/test_evaluations.py toTestBinaryLikelihoodand the module namebinomial_evaluations.pytobinary_evaluations.py.This will require changing any imports to other modules and in the
__init__.py. Recommended to use an IDE to refactor this to find all usages.