BayesO
v0.5.3
  • About BayesO
  • About Bayesian Optimization

Getting Started:

  • Installing BayesO

Example:

  • Building Gaussian Process Regression
  • Optimizing Sampled Function via Thompson Sampling
  • Optimizing Branin Function
  • Constructing xgboost Classifier with Hyperparameter Optimization

Python API:

  • bayeso
  • bayeso.bo
  • bayeso.gp
  • bayeso.tp
  • bayeso.trees
  • bayeso.utils
  • bayeso.wrappers
BayesO
  • Docs »
  • BayesO: A Bayesian optimization framework in Python
  • Edit on GitHub

BayesO logo

BayesO: A Bayesian optimization framework in Python¶

bo_with_gp_and_ei

BayesO (pronounced “bayes-o”) is a simple, but essential Bayesian optimization package, written in Python. It is developed by machine learning group at POSTECH. This project is licensed under the MIT license.

This documentation describes the details of implementation, getting started guides, some examples with BayesO, and Python API specifications. The code can be found in our GitHub repository.

  • About BayesO
  • About Bayesian Optimization

Getting Started:

  • Installing BayesO

Example:

  • Building Gaussian Process Regression
  • Optimizing Sampled Function via Thompson Sampling
  • Optimizing Branin Function
  • Constructing xgboost Classifier with Hyperparameter Optimization

Python API:

  • bayeso
    • bayeso.acquisition
    • bayeso.constants
    • bayeso.covariance
  • bayeso.bo
    • bayeso.bo.base_bo
    • bayeso.bo.bo_w_gp
    • bayeso.bo.bo_w_tp
    • bayeso.bo.bo_w_trees
  • bayeso.gp
    • bayeso.gp.gp
    • bayeso.gp.gp_likelihood
    • bayeso.gp.gp_kernel
  • bayeso.tp
    • bayeso.tp.tp
    • bayeso.tp.tp_likelihood
    • bayeso.tp.tp_kernel
  • bayeso.trees
    • bayeso.trees.trees_common
    • bayeso.trees.trees_generic_trees
    • bayeso.trees.trees_random_forest
  • bayeso.utils
    • bayeso.utils.utils_bo
    • bayeso.utils.utils_common
    • bayeso.utils.utils_covariance
    • bayeso.utils.utils_gp
    • bayeso.utils.utils_logger
    • bayeso.utils.utils_plotting
  • bayeso.wrappers
    • bayeso.wrappers.wrappers_bo_class
    • bayeso.wrappers.wrappers_bo_function
Next

© Copyright 2017-2022, Jungtaek Kim and Seungjin Choi Revision aca71eb8.

Built with Sphinx using a theme provided by Read the Docs.
Read the Docs v: v0.5.3
Versions
v0.5.3
v0.5.2
v0.4.3
v0.4.2
main
Downloads
On Read the Docs
Project Home
Builds

Free document hosting provided by Read the Docs.