A wrapper for GPyTorch that creates independent multi-output Gaussian process emulators
pip install git+https://github.com/cwlanyon/GPyEm.git
Go to where you want to save your repo:
git clone https://github.com/cwlanyon/GPyEm.git
pip install -e GPyEm
So you can now import this in a python script anywhere you happen to be (no need to worry about paths etc):
from GPyEm import GPE_ensemble as GPE
Go to the location. E.g.
cd /home/me/Documents/code/GPyEm
Then call:
pip install -e .
Enjoy!