LICENSE
README.md
pyproject.toml
setup.py
src/bayesianbandits/__init__.py
src/bayesianbandits/_arm.py
src/bayesianbandits/_arm_featurizer.py
src/bayesianbandits/_blas_helpers.py
src/bayesianbandits/_eb_estimators.py
src/bayesianbandits/_empirical_bayes.py
src/bayesianbandits/_estimators.py
src/bayesianbandits/_gaussian.py
src/bayesianbandits/_np_utils.py
src/bayesianbandits/_sparse_bayesian_linear_regression.py
src/bayesianbandits/_takahashi.c
src/bayesianbandits/_takahashi.pyx
src/bayesianbandits/api.py
src/bayesianbandits.egg-info/PKG-INFO
src/bayesianbandits.egg-info/SOURCES.txt
src/bayesianbandits.egg-info/dependency_links.txt
src/bayesianbandits.egg-info/requires.txt
src/bayesianbandits.egg-info/top_level.txt
src/bayesianbandits/featurizers/__init__.py
src/bayesianbandits/featurizers/_arm_column.py
src/bayesianbandits/featurizers/_function.py
src/bayesianbandits/pipelines/__init__.py
src/bayesianbandits/pipelines/_agent.py
src/bayesianbandits/pipelines/_learner.py
src/bayesianbandits/policies/__init__.py
src/bayesianbandits/policies/_base.py
src/bayesianbandits/policies/_epsilon_greedy.py
src/bayesianbandits/policies/_exp3a.py
src/bayesianbandits/policies/_thompson_sampling.py
src/bayesianbandits/policies/_upper_confidence_bound.py
tests/test_agent_pipeline.py
tests/test_api.py
tests/test_arm.py
tests/test_arm_column_featurizer.py
tests/test_arm_featurizer.py
tests/test_batch_pull.py
tests/test_batch_reward_examples.py
tests/test_batch_reward_function.py
tests/test_bayesian_glm.py
tests/test_eb_estimators.py
tests/test_empirical_bayes.py
tests/test_estimators.py
tests/test_exp3a.py
tests/test_gaussian_posterior_laplace.py
tests/test_howto_decay.py
tests/test_howto_delayed_rewards.py
tests/test_howto_pipelines.py
tests/test_howto_production.py
tests/test_howto_reward_functions.py
tests/test_howto_sparse.py
tests/test_learner_pipeline.py
tests/test_link_functions.py
tests/test_lipschitz_contextual_agent.py
tests/test_mathematical_correctness.py
tests/test_normal_estimators.py
tests/test_quickstart.py
tests/test_rng_reseed.py
tests/test_solver_detection.py
tests/test_sparse_bayesian_linear_regression.py