AUTHORS.rst
CONTRIBUTING.rst
HISTORY.md
LICENSE
MANIFEST.in
README.md
setup.cfg
setup.py
baytune.egg-info/PKG-INFO
baytune.egg-info/SOURCES.txt
baytune.egg-info/dependency_links.txt
baytune.egg-info/not-zip-safe
baytune.egg-info/requires.txt
baytune.egg-info/top_level.txt
btb/__init__.py
btb/hyper_parameter.py
btb/util.py
btb/recommendation/__init__.py
btb/recommendation/matrix_factorization.py
btb/recommendation/recommender.py
btb/recommendation/uniform.py
btb/selection/__init__.py
btb/selection/best.py
btb/selection/constants.py
btb/selection/custom_selector.py
btb/selection/hierarchical.py
btb/selection/pure.py
btb/selection/recent.py
btb/selection/selector.py
btb/selection/ucb1.py
btb/selection/uniform.py
btb/tuning/__init__.py
btb/tuning/constants.py
btb/tuning/custom_tuner.py
btb/tuning/gcp.py
btb/tuning/gp.py
btb/tuning/tuner.py
btb/tuning/uniform.py
docs/Makefile
docs/api_reference.rst
docs/authors.rst
docs/conf.py
docs/contributing.rst
docs/history.rst
docs/index.rst
docs/make.bat
docs/readme.rst
docs/recommenders.md
docs/selectors.md
docs/tuners.md
docs/_static/BTB-Icon-small.png
tests/__init__.py
tests/btb/__init__.py
tests/btb/test_hyper_parameter.py
tests/btb/recommendation/test_matrix_factorization_recommender.py
tests/btb/recommendation/test_recommender.py
tests/btb/recommendation/test_uniform_recommender.py
tests/btb/selection/__init__.py
tests/btb/selection/test_best.py
tests/btb/selection/test_constants.py
tests/btb/selection/test_custom_selector.py
tests/btb/selection/test_hierarchical.py
tests/btb/selection/test_pure.py
tests/btb/selection/test_recent.py
tests/btb/selection/test_selector.py
tests/btb/selection/test_ucb1.py
tests/btb/selection/test_uniform.py
tests/btb/tuning/__init__.py
tests/btb/tuning/test_custom_tuner.py
tests/btb/tuning/test_gp.py
tests/btb/tuning/test_tuner.py
tests/btb/tuning/test_uniform.py