gpflow

Package — BayesianPython 3.7+Expert

Gaussian processes on TensorFlow for scalable GP models

Quick Info

Documentation
Official Docs
Python Version
3.7+
Dependencies
TensorFlow, TensorFlow Probability, NumPy, SciPy
Install
pip install gpflow

Learn by Difficulty

Quick Example

python
# Install: pip install gpflow
import gpflow

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

gpflow is a third-party package. Gaussian processes on TensorFlow for scalable GP models. Install with: pip install gpflow

Try in Playground

Tags

packagebayesianstatisticsprobabilisticmodeling