python-gpytorch 1.12
Implementation of Gaussian Processes in PyTorch
GPyTorch is a Gaussian process library implemented using PyTorch.
- Website: https://gpytorch.ai
- Licenses: Expat
- Package source: gnu/packages/machine-learning.scm
- Builds: See build status
- Issues: See known issues
Installation
Install python-gpytorch 1.12
as follows:
guix install python-gpytorch@1.12
Or install the latest version:
guix install python-gpytorch
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.