gpytorchEasy Playground

Gaussian processes on PyTorch with GPU acceleration

Getting started with gpytorchRun locally
Install
pip install gpytorch
Python CodeRun locally
Expected Output
# Expected output shown below
# (Run locally with: gpytorch)

gpytorch is a third-party package. Gaussian processes on PyTorch with GPU acceleration. Install with: pip install gpytorch

Challenge

Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?