A Python library to (bene)fit Gaussian Process Emulators.
Status: Actively developed
Type: Personal project
Development years: 2020-2021
Authors: stelong, ShadowTemplate
- Python3 (>=3.8)
- virtualenv (optional)
Create a Python3 virtual environment (optional)
python3 -m venv venv
source venv/bin/activate
pip install --upgrade pip setuptools wheel
Install using pip:
pip install GPErks
or, install from the project repository:
git clone https://github.com/stelong/GPErks.git
cd GPErks/
pip install .
Full documentation under construction. For the moment, please refer to the example notebooks and tutorial. The available notebooks are also provided as plain Python scripts.
stelong and ShadowTemplate are the only maintainers. Any contribution is welcome!
This project is licensed under the MIT license. Please refer to the LICENSE file for details.
This README.md complies with this project template. Feel free to adopt it and reuse it.