botorch

Package — BayesianPython 3.7+Expert

Bayesian optimization on PyTorch using GPyTorch

Quick Info

Documentation
Official Docs
Python Version
3.7+
Dependencies
PyTorch, GPyTorch, linear-operator, scipy, multipledispatch
Install
pip install botorch

Learn by Difficulty

Quick Example

python
# Install: pip install botorch
import botorch

# Basic botorch usage
print(f"Using botorch")
# See documentation for detailed examples

botorch is a third-party package. Bayesian optimization on PyTorch using GPyTorch. Install with: pip install botorch

Try in Playground

Tags

packagebayesianstatisticsprobabilisticmodeling