Skip to content
forked from cics-nd/gptorch

Gaussian processes with PyTorch

License

Notifications You must be signed in to change notification settings

sdatkinson/gptorch

 
 

Repository files navigation

gptorch

CircleCI codecov

Gaussian processes with PyTorch

Installation

Via pip

$ pip install gptorch

From source

You can now do:

$ pip install -r -requirements.txt
$ python setup.py install

Otherwise, we've provided an environment.yml to make a new virtual environment with Anaconda:

$ conda env create -f environment.yml
$ source activate gptorch

Models implemented:

To be implemented:

About

Gaussian processes with PyTorch

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%